github.com/elastic/gosigar@v0.14.3/examples/ss/ss_other.go (about)

     1  // +build !linux
     2  
     3  package main
     4  
     5  import (
     6  	"fmt"
     7  )
     8  
     9  func main() {
    10  	fmt.Println("This command is only available on Linux")
    11  }