Categorygithub.com/antonybholmes/go-edb-server
repositorypackage
0.0.0-20250124225721-359276c1df74
Repository: https://github.com/antonybholmes/go-edb-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

go-edb-server

API server

Build Tips

  1. Install go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest to optimize field order.
  2. Run ~/go/bin/fieldalignment -fix .

mysql

  1. Seems to prefer passwords without special characters.

Clean

https://nicolaiarocci.com/how-to-remove-a-file-from-git-history/