Skip to content

Commit b540b0f

Browse files
committed
Update github repo name for lambda.
1 parent 684191d commit b540b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go-src/helloworld/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
module github.com/hackersandslackers/netlify-golang-function-tutorial
1+
module github.com/hackersandslackers/go-lambda-function-tutorial
22

33
go 1.14
44

55
require (
66
github.com/aws/aws-lambda-go v1.18.0
77
github.com/stretchr/testify v1.4.0
8-
)
8+
)

0 commit comments

Comments
 (0)