Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 297 Bytes

File metadata and controls

11 lines (9 loc) · 297 Bytes

game-app-Go

a simple quiz game develop in Go

Migrations

go install github.com/rubenv/sql-migrate/...@latest
sql-migrate status -env="production" -config=dbconfig.yml 
sql-migrate upd -env="production" -config=dbconfig.yml 
sql-migrate down -env="production" -config=dbconfig.yml