Logo
Explore Help
Register Sign In
actions/actions-sync
1
0
Fork 0
You've already forked actions-sync
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
actions-sync/vendor/golang.org/x/sys/execabs/execabs_go119.go

21 lines
376 B
Go
Raw Permalink Normal View History

Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 06:50:44 +00:00
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.19
package execabs
import (
"errors"
"os/exec"
)
func isGo119ErrDot(err error) bool {
return errors.Is(err, exec.ErrDot)
}
Bump golang.org/x/crypto Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0. - [Commits](https://github.com/golang/crypto/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 22:31:12 +00:00
func isGo119ErrFieldSet(cmd *exec.Cmd) bool {
return cmd.Err != nil
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 517ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API