DEBSOURCES
Skip Quicknav
sources / golang-github-spiffe-go-spiffe / 2.5.0-2 / v2 / internal / test / errstrings / err_posix.go
123456789
//go:build !windows // +build !windows // OS specific error strings package errstrings var ( FileNotFound = "no such file or directory" )