mirror of
https://github.com/gotify/server.git
synced 2026-05-07 13:56:55 +08:00
7 lines
85 B
Go
7 lines
85 B
Go
//go:build !race
|
|
// +build !race
|
|
|
|
package plugin
|
|
|
|
var extraGoBuildFlags = []string{}
|