diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7f21d4b --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.nemunai.re/shemu + +go 1.10 diff --git a/main.go b/main.go index 3796ce8..36a3542 100644 --- a/main.go +++ b/main.go @@ -30,9 +30,10 @@ func Serve(w http.ResponseWriter, r *http.Request) {