5 lines
109 B
Go
5 lines
109 B
Go
//go:build windows
|
|
|
|
package cstest
|
|
|
|
const FileNotFoundMessage = "The system cannot find the file specified."
|