github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-windows-process-stats/lib/process-stats_other.go (about) 1 //go:build !windows 2 3 package mpwindowsprocessstats 4 5 // Do the plugin 6 func Do() { 7 panic("The mackerel-plugin-windows-process-stats does not work on non Windows environment, of course.") 8 }