rmmagent/agent/tactical/shared/shared_unix.go
2022-06-22 15:40:42 -07:00

8 lines
No EOL
110 B
Go

//go:build !windows
// +build !windows
package shared
func GetPython(force bool) {}
func RunMigrations() {}