github.com/markusbkk/elvish@v0.0.0-20231204143114-91dc52438621/pkg/mods/platform/windows.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package platform
     5  
     6  const (
     7  	isUnix    = false
     8  	isWindows = true
     9  )