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

7 lines
75 B
Go

// +build windows
package fs
func CheckIfWindows() bool {
return true
}