Skip to content

Latest commit

 

History

History

migrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Migrations

Run migrations

task run-migrations

Misc

Bootstrap a new service

go mod init service-name

Install a new dependency

go get github.com/package
go mod tidy