mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
9 lines
86 B
Go
9 lines
86 B
Go
|
|
//go:build full
|
||
|
|
// +build full
|
||
|
|
|
||
|
|
package service
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
addBuildTag("full")
|
||
|
|
}
|