github.com/dolthub/dolt/go@v0.40.5-0.20240520175717-68db7794bea6/utils/escape-analysis/escape-analysis.bat (about) 1 :: This batch file is for Windows-users only, and will only work in a Windows environment. 2 :: File Watchers uses the Command Prompt, which eliminates any potential references to Unix tooling. 3 :: Refer to the .sh script for comments covering the Go flags. 4 :: All other commands are equivalent to their Unix counterparts. 5 :: Of note, the directory path must be preceded by ".\" due to Go's handling of paths in Windows. 6 go build -gcflags="-m=1 -N -l" ".\%1" 2>&1 >NUL | findstr /v /l "<does not escape>" | sort /unique