diff options
author | borman <borman@yandex-team.com> | 2023-12-06 20:43:18 +0300 |
---|---|---|
committer | borman <borman@yandex-team.com> | 2023-12-06 23:34:56 +0300 |
commit | b2c749509aee1b26713f88e93aa7c7f7059e31e0 (patch) | |
tree | 4d4f282facc7edf966875d5aaa2b1f5e13d45469 /vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go | |
parent | 3e3eea42c85e3088ac4032e9056f7bd838a50ab4 (diff) | |
download | ydb-b2c749509aee1b26713f88e93aa7c7f7059e31e0.tar.gz |
Update golang.org/x/* deps for import
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go index d5cd64b378..aab725ca77 100644 --- a/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go +++ b/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build riscv64 && freebsd -// +build riscv64,freebsd package unix |