# README
go-edb-server
API server
Build Tips
- Install
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
to optimize field order. - Run
~/go/bin/fieldalignment -fix .
mysql
- Seems to prefer passwords without special characters.
Clean
https://nicolaiarocci.com/how-to-remove-a-file-from-git-history/