DEBSOURCES
Skip Quicknav
sources / golang-github-evanw-esbuild / 0.25.10-1 / internal / fs / iswin_windows.go
12345678
//go:build windows // +build windows package fs func CheckIfWindows() bool { return true }