mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-13 21:05:52 +02:00
5 lines
109 B
Go
5 lines
109 B
Go
//go:build windows
|
|
|
|
package cstest
|
|
|
|
const FileNotFoundMessage = "The system cannot find the file specified."
|