refactor: reorganize modules and add Linux build tooling
This commit is contained in:
10
module/base/initial/cmd/cli/main.go
Normal file
10
module/base/initial/cmd/cli/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
log.Println("Hello Cli")
|
||||
log.Println("Done!")
|
||||
}
|
||||
Reference in New Issue
Block a user