Put go.mod in the right place

This commit is contained in:
2022-01-03 13:09:25 +01:00
parent 619c6b215e
commit 323f4aa606
2 changed files with 3 additions and 3 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/halfdan/learn-go-with-tests
go 1.17

View File

@@ -1,3 +0,0 @@
module hello
go 1.17