add: styleguide and updated agents

This commit is contained in:
2026-04-01 00:24:22 -07:00
parent 05a04d0b58
commit 6d3db74bf4
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "styleguide"]
path = styleguide
url = https://github.com/google/styleguide.git
+3
View File
@@ -13,6 +13,9 @@ Before committing changes, run `make test`. The tests must pass.
## Backend/Golang
Read the style guide, it can be found at styleguide/go/.
Make sure the git submodules are loaded.
Do not alter go.mod directly, instead, use the CLI tools `go mod tidy`, `go mod
init`, and so forth.
Submodule
+1
Submodule styleguide added at c098353acb