We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad481a2 commit a0339ccCopy full SHA for a0339cc
.gitignore
@@ -7,6 +7,7 @@
7
*.dll
8
*.so
9
*.dylib
10
+main
11
12
# Test binary, built with `go test -c`
13
*.test
README.md
@@ -30,6 +30,28 @@ go fmt ./...
30
31
---
32
33
+## Or use the Makefile instead
34
+
35
+### Start API server
36
37
+```sh
38
+make run
39
+```
40
41
+### Run checks and tests
42
43
44
+make test
45
46
47
+### Format and fix SQL files
48
49
50
+make sql-fix
51
52
53
+---
54
55
## To use the Nix dev shell
56
57
1. [Install nix](https://determinate.systems/nix-installer/) and [direnv](https://direnv.net/docs/installation.html) if you don't already have them
0 commit comments