diff options
| author | Tamir Duberstein <tamird@google.com> | 2020-11-13 09:41:55 -0500 |
|---|---|---|
| committer | Filippo Valsorda <filippo@golang.org> | 2020-12-03 16:30:18 +0000 |
| commit | be400aefbc4c83e9aab51e82b8d4b12760653b47 (patch) | |
| tree | 26c94f9f114e30067c05e9d7b0fea47c8c6a8289 /blake2s/blake2s_ref.go | |
| parent | c8d3bf9c5392d5f66747f112cd55055d7a530b19 (diff) | |
| download | go-x-crypto-be400aefbc4c83e9aab51e82b8d4b12760653b47.tar.xz | |
all: build tags: appengine,!gccgo => purego,gc
appengine is obsolete and superseded by purego, and gc is a more
precise tag for files that use gc-syntax assembly.
Change-Id: I716f59de772ebeee4adf4d2a432edf300122cef0
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/269920
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'blake2s/blake2s_ref.go')
| -rw-r--r-- | blake2s/blake2s_ref.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blake2s/blake2s_ref.go b/blake2s/blake2s_ref.go index a311273..94ef01d 100644 --- a/blake2s/blake2s_ref.go +++ b/blake2s/blake2s_ref.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !amd64,!386 gccgo appengine +// +build !amd64,!386 !gc purego package blake2s |
