File: iswin_windows.go

package info (click to toggle)
golang-github-evanw-esbuild 0.25.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,184 kB
  • sloc: javascript: 28,602; makefile: 856; sh: 17
file content (8 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
//go:build windows
// +build windows

package fs

func CheckIfWindows() bool {
	return true
}