初始化
This commit is contained in:
3
04_tools/01_go_mod/go.mod
Normal file
3
04_tools/01_go_mod/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module go_mod
|
||||
|
||||
go 1.21
|
5
04_tools/01_go_mod/main.go
Normal file
5
04_tools/01_go_mod/main.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
// TODO
|
||||
}
|
Reference in New Issue
Block a user