refactor: reorganize modules and add Linux build tooling
This commit is contained in:
8
module/base/ads/cmd/cli/main.go
Normal file
8
module/base/ads/cmd/cli/main.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
// main 命令行工具入口函数
|
||||
func main() {
|
||||
log.Println("广告服务命令行工具")
|
||||
}
|
||||
Reference in New Issue
Block a user