SandpointsGitHook/vendor/github.com/evanw/esbuild/internal/fs/iswin_other.go
2021-03-20 23:21:23 +01:00

8 lines
97 B
Go

// +build !js !wasm
// +build !windows
package fs
func CheckIfWindows() bool {
return false
}