mirror of
https://github.com/gotify/server.git
synced 2026-05-08 14:26:56 +08:00
6 lines
74 B
Go
6 lines
74 B
Go
// +build race
|
|
|
|
package plugin
|
|
|
|
var extraGoBuildFlags = []string{"-race"}
|