You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go install github.com/ravilushqa/boilerplate/cmd/boilerplate@latest
Create a service
# Create a template project
boilerplate new server
cd server
# build application
make build
# run application
./bin/app
# help commands
./bin/app --help