A simple, garbage collected, systems programming language created by [[Google]].
# Dev Toolkit
Largely taken from community feedback on [this reddit post](https://www.reddit.com/r/golang/comments/1qo52bt/returning_to_go_after_5_years_checking_my_tool/).
## Linting
golangci-lint
## Testing
go test
testify
## Building
make
goreleaser
## Database
sqlc
database/sql
## HTTP
net/http
chi
# Libraries
https://git.sr.ht/~rockorager/vaxis - terminal TUI toolkit