mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
8 lines
148 B
Go
8 lines
148 B
Go
//go:build !darwin && !windows
|
|
|
|
package table
|
|
|
|
import "github.com/osquery/osquery-go"
|
|
|
|
func platformTables() []osquery.OsqueryPlugin { return nil }
|