mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
#16182 - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Added/updated tests - [X] Manual QA for all new/changed functionality
8 lines
86 B
Go
8 lines
86 B
Go
//go:build full
|
|
// +build full
|
|
|
|
package service
|
|
|
|
func init() {
|
|
addBuildTag("full")
|
|
}
|