github.com/evanw/esbuild@v0.21.4/internal/fs/iswin_windows.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package fs
     5  
     6  func CheckIfWindows() bool {
     7  	return true
     8  }