We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0c088 commit 7b13962Copy full SHA for 7b13962
2 files changed
go/README.md
go/go-commands.sh
@@ -1,6 +1,12 @@
1
######################################################################
2
3
-go run main.go
+### install
4
+
5
+### homebrew
6
+brew install go
7
8
+### chocolatey
9
+choco install -y golang
10
11
12
@@ -13,3 +19,15 @@ go test ./... -v -coverprofile=cover.out
13
19
14
20
go test ./tests/...
15
21
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