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 faf0d1f commit 7145d46Copy full SHA for 7145d46
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
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