mirror of
https://github.com/gotify/server.git
synced 2026-09-06 07:50:35 +08:00
* feat: EdDSA token for database leakage/index mitigation * [skip ci]: remove token from api output * fix: e2e tests * fixup! fix: e2e tests * doc: document tokens are now optional fields for app and aclient * fixup(doc): swagger version again * address review comments * address review comments
6 lines
75 B
Go
6 lines
75 B
Go
//go:build race
|
|
|
|
package plugin
|
|
|
|
var extraGoBuildFlags = []string{"-race"}
|