mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
a5a7df4527
#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
9 lines
86 B
Go
9 lines
86 B
Go
//go:build full
|
|
// +build full
|
|
|
|
package service
|
|
|
|
func init() {
|
|
addBuildTag("full")
|
|
}
|