mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
go1.16 (#14783)
This commit is contained in:
1
vendor/golang.org/x/crypto/poly1305/mac_noasm.go
generated
vendored
1
vendor/golang.org/x/crypto/poly1305/mac_noasm.go
generated
vendored
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build (!amd64 && !ppc64le && !s390x) || !gc || purego
|
||||
// +build !amd64,!ppc64le,!s390x !gc purego
|
||||
|
||||
package poly1305
|
||||
|
Reference in New Issue
Block a user