mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
7 lines
148 B
Go
7 lines
148 B
Go
//go:build !darwin && !windows
|
|
|
|
package table
|
|
|
|
import "github.com/osquery/osquery-go"
|
|
|
|
func platformTables() []osquery.OsqueryPlugin { return nil }
|