package main import ( "wallet-api/pkg/utl/server" ) func main() { server.Start() }