mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
#15561 We didn't find a way to preserve history of the original fork (see [here](https://github.com/fleetdm/fleet/issues/15561#issuecomment-1883473504), thus we are moving it with one commit. The second commit updates a reference.
7 lines
72 B
Go
7 lines
72 B
Go
// +build tools
|
|
|
|
package internal
|
|
|
|
import (
|
|
_ "golang.org/x/lint"
|
|
)
|