File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# #####################################################################
22
3- go run main.go
3+ # ## install
4+
5+ # ## homebrew
6+ brew install go
7+
8+ # ## chocolatey
9+ choco install -y golang
410
511# #####################################################################
612
@@ -13,3 +19,15 @@ go test ./... -v -coverprofile=cover.out
1319
1420go test ./tests/...
1521go test ./tests/... -v -coverprofile=cover.out
22+
23+ # #####################################################################
24+
25+ go run main.go
26+
27+ # #####################################################################
28+
29+ # ## golang-migrate
30+
31+ brew install golang-migrate
32+
33+ migrate create -ext sql -dir db/migrations -seq init_tables
You can’t perform that action at this time.
0 commit comments