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