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