初始化

This commit is contained in:
2025-04-08 17:01:19 +08:00
commit 4228f447f7
75 changed files with 574 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
module cli_tool
go 1.21

View File

@@ -0,0 +1,5 @@
package main
func main() {
// TODO
}

View File

@@ -0,0 +1,3 @@
module web_service
go 1.21

View File

@@ -0,0 +1,5 @@
package main
func main() {
// TODO
}

View File

@@ -0,0 +1,3 @@
module crawler
go 1.21

View File

@@ -0,0 +1,5 @@
package main
func main() {
// TODO
}

View File

@@ -0,0 +1,3 @@
module microservice
go 1.21

View File

@@ -0,0 +1,5 @@
package main
func main() {
// TODO
}

View File

@@ -0,0 +1,3 @@
module distributed_system
go 1.21

View File

@@ -0,0 +1,5 @@
package main
func main() {
// TODO
}