github.com/mongodb/grip@v0.0.0-20240213223901-f906268d82b9/send/standard_other.go (about)

     1  //go:build !linux
     2  
     3  package send
     4  
     5  // MakeDefaultSystem returns a native log sender on all platforms
     6  // other than linux.
     7  func MakeDefaultSystem() (Sender, error) { return MakeNative(), nil }