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