Skip to content

Commit 52947f8

Browse files
committed
One more heroku try
1 parent 1c8223f commit 52947f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/go-aws-webserver
1+
module github.com/emilhein/go-aws-webserver
22

33
go 1.13
44

@@ -8,3 +8,5 @@ require (
88
github.com/gorilla/mux v1.7.3
99
github.com/gorilla/websocket v1.4.1
1010
)
11+
12+
// module github.com/go-aws-webserver

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/go-aws-webserver/webserver"
4+
"github.com/emilhein/go-aws-webserver/webserver"
55
)
66

77
func main() {

0 commit comments

Comments
 (0)