diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-11-10 16:14:34 -0400 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | d1c8716c3e1eebde7e028ff675120854320a714a (patch) | |
tree | ae9fb90fdaeff47386975fed70eb60c8c75fdc0a /README.md | |
parent | f1f2044c2f2bc24ea2a08c58b4517e1e07f4039c (diff) |
index is visible
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ This currently helps enforce the Go style guide, but may be expanded upon in the future. Before you make a pull request, ensure everything you changed works as expected, -and to fix errors reported by `go vet`. +and to fix errors reported by `go vet` and make your code better with +`staticcheck`. ## Server Installation and Configuration |