func os.IsExist
9 uses
os (current package)
error.go#L82: func IsExist(err error) bool {
tempfile.go#L42: if IsExist(err) {
tempfile.go#L95: if IsExist(err) {
github.com/go-git/go-billy/v5/util
util.go#L158: if os.IsExist(err) {
util.go#L189: if os.IsExist(err) {
github.com/golang-migrate/migrate/v4
migrate.go#L788: if os.IsExist(err) {
migrate.go#L803: if os.IsExist(err) {
io/ioutil
tempfile.go#L65: if os.IsExist(err) {
tempfile.go#L118: if os.IsExist(err) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |