mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-13 21:05:52 +02:00
5 lines
141 B
Go
5 lines
141 B
Go
//go:build unix || linux || freebsd || netbsd || openbsd || solaris
|
|
|
|
package cstest
|
|
|
|
const FileNotFoundMessage = "no such file or directory"
|