We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe45ea commit 25feef5Copy full SHA for 25feef5
ad-server-svc/README.md
@@ -17,30 +17,6 @@ Golang - https://go.dev/doc/install
17
18
```
19
20
-### Install other required packages
21
-```
22
-brew install golang-migrate
23
-
24
-go install -v github.com/golang/mock/[email protected]
25
26
27
-### Different OS
28
29
-Golang migrate - https://github.com/golang-migrate/migrate
30
31
-Mockgen - https://github.com/golang/mock
32
33
34
35
-### Add PATH to shell
36
-- open your .zshrc or .bashrc file.
37
-- add - export PATH=$PATH:~/go/bin
38
-- save and close the file
39
-- open terminal and excute
40
41
-source ~/.zshrc
42
43
44
### Run the server
45
46
make server
0 commit comments