mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
10 lines
280 B
Go
10 lines
280 B
Go
//go:build !darwin && !windows && !linux
|
|
|
|
// Currently (2021/10/26) this file is not needed. However, keeping this around for potential
|
|
// expansion to other OSs.
|
|
|
|
package table
|
|
|
|
import "github.com/osquery/osquery-go"
|
|
|
|
func PlatformTables() []osquery.OsqueryPlugin { return nil }
|