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