github.com/zaquestion/lab@v0.25.1/cmd/root_windows_test.go (about) 1 //go:build windows 2 // +build windows 3 4 package cmd 5 6 // Add ".exe" to the end of the binary name so running the lab test binary works 7 // on Windows (the file extension must be in PATHEXT to execute on Windows). 8 const labBinary = "lab.test.exe"