We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8223f commit 52947f8Copy full SHA for 52947f8
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/go-aws-webserver
+module github.com/emilhein/go-aws-webserver
2
3
go 1.13
4
@@ -8,3 +8,5 @@ require (
8
github.com/gorilla/mux v1.7.3
9
github.com/gorilla/websocket v1.4.1
10
)
11
+
12
+// module github.com/go-aws-webserver
main.go
@@ -1,7 +1,7 @@
package main
import (
- "github.com/go-aws-webserver/webserver"
+ "github.com/emilhein/go-aws-webserver/webserver"
5
6
7
func main() {
0 commit comments