first commit
This commit is contained in:
7
createAGoModule/hello/go.mod
Normal file
7
createAGoModule/hello/go.mod
Normal file
@ -0,0 +1,7 @@
|
||||
module example.com/hello
|
||||
|
||||
go 1.17
|
||||
|
||||
replace example.com/greetings => ../greetings
|
||||
|
||||
require example.com/greetings v0.0.0-00010101000000-000000000000
|
Reference in New Issue
Block a user