diff options
Diffstat (limited to 'chacha20/chacha_arm64.go')
| -rw-r--r-- | chacha20/chacha_arm64.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chacha20/chacha_arm64.go b/chacha20/chacha_arm64.go index 94c71ac..5dfacbb 100644 --- a/chacha20/chacha_arm64.go +++ b/chacha20/chacha_arm64.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build go1.11 && gc && !purego -// +build go1.11,gc,!purego +//go:build gc && !purego +// +build gc,!purego package chacha20 |
