github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-windows-server-sessions/lib/sessions_other.go (about)

     1  //go:build !windows
     2  
     3  package mpwindowsserversessions
     4  
     5  // Do the plugin
     6  func Do() {
     7  	panic("The mackerel-plugin-windows-server-sessions does not work on non Windows environment, of course.")
     8  }