Logo
Explore Help
Register Sign In
rancher/multus-cni
1
0
Fork 0
You've already forked multus-cni
forked from github/multus-cni
Code Issues Pull Requests Projects Releases Wiki Activity
Files
1e43784d4c0b86062467e5e4218744b51cc48cfa
multus-cni/vendor/golang.org/x/sys/unix/constants.go

14 lines
289 B
Go
Raw Normal View History

Revert vendor directory to support old golang (GOPATH mode) gomodule is still in progress to migrate for now, hence multus team decide to keep vendor directory to support build without gomodule.
2019-06-14 12:43:43 +09:00
// Copyright 2015 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.
Downgrade Kubernetes vendor version Multus community decide that multus support the Kubernetes that Kubernetes community supports, so changed vendor code to the oldest version of currently supported.
2021-09-16 23:23:45 +09:00
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
Revert vendor directory to support old golang (GOPATH mode) gomodule is still in progress to migrate for now, hence multus team decide to keep vendor directory to support build without gomodule.
2019-06-14 12:43:43 +09:00
package unix
const (
R_OK = 0x4
W_OK = 0x2
X_OK = 0x1
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 920ms 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