test_unix.go 117 B

1234
  1. package main
  2. const NoSuchFileError = "no such file or directory"
  3. const NoSuchDirError = "no such file or directory"