diff options
Diffstat (limited to 'vendor/github.com/spf13/afero/const_bsds.go')
-rw-r--r-- | vendor/github.com/spf13/afero/const_bsds.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/afero/const_bsds.go b/vendor/github.com/spf13/afero/const_bsds.go index 18b45824b..eed0f225f 100644 --- a/vendor/github.com/spf13/afero/const_bsds.go +++ b/vendor/github.com/spf13/afero/const_bsds.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build aix || darwin || openbsd || freebsd || netbsd || dragonfly // +build aix darwin openbsd freebsd netbsd dragonfly package afero |