Skip to content

Commit 7b13962

Browse files
committed
refactor: refactor golang
1 parent df0c088 commit 7b13962

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

go/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

go/go-commands.sh

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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

1420
go test ./tests/...
1521
go 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

0 commit comments

Comments
 (0)