Skip to content

9d77v/band

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

band

Go Library for building micro-services.

band cmd

  • init project
make project
cd project
band init -p github.com/9d77v/project
  • add new service
band service -s project -e task
  • start service
go mod tidy
make wire-project
make project-service