filenotfound_unix.go 89 B

12345
  1. //go:build unix
  2. package cstest
  3. const FileNotFoundMessage = "no such file or directory"