You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,16 @@ It includes:
27
27
28
28
1. Click the `Use this template` button (alt. clone or download this repository).
29
29
1. Replace all occurences of `golang-templates/seed` to `your_org/repo_name` in all files.
30
+
1. Replace all occurences of `seed` to `repo_name` in [Dockerfile](Dockerfile).
30
31
1. Change [LICENSE](LICENSE) and [README.md](README.md).
31
32
32
-
###Build
33
+
## Build
33
34
34
35
- Terminal: `make` to get help for make targets.
35
36
- Terminal: `make all` to execute a full build.
36
37
- Visual Studio Code: `Terminal` → `Run Build Task... (CTRL+ALT+B)` to execute a fast build.
37
38
38
-
###Maintainance
39
+
## Maintainance
39
40
40
41
Remember to update Go version in [.github/workflows](.github/workflows), [Makefile](Makefile) and [devcontainer.json](.devcontainer/devcontainer.json).
41
42
@@ -45,6 +46,7 @@ Notable files:
45
46
-[.vscode](.vscode) - Visual Studio Code configuration files
0 commit comments