Skip to content

Instantly share code, notes, and snippets.

View eoinahern's full-sized avatar
🏠
reading the joy of kotlin. fantastic book

eoin_a eoinahern

🏠
reading the joy of kotlin. fantastic book
View GitHub Profile
package main
import (
"encoding/json"
"fmt"
"net/http"
"os"
"strings"
"time"
package main
import (
"bufio"
"encoding/json"
"errors"
"fmt"
"mime/multipart"
"net/http"
"os"
package main
import (
"bufio"
"errors"
"fmt"
"log"
"mime/multipart"
"net/http"
"os"