mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
project structure
This commit is contained in:
9
cmd/api/main.go
Normal file
9
cmd/api/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"wallet-api/pkg/utl/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
server.Start()
|
||||
}
|
||||
0
cmd/migrate/main.go
Normal file
0
cmd/migrate/main.go
Normal file
Reference in New Issue
Block a user