mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
10 lines
87 B
Go
10 lines
87 B
Go
package main
|
|
|
|
import (
|
|
"wallet-api/pkg/utl/server"
|
|
)
|
|
|
|
func main() {
|
|
server.Start()
|
|
}
|