1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-05 02:00:26 +08:00

adapt go1.17

This commit is contained in:
源文雨
2022-04-12 17:23:18 +08:00
parent 3f5f724cb5
commit c99573b3b2
15 changed files with 28 additions and 78 deletions

View File

@@ -1,4 +1,5 @@
//+build !noasm !appengine
//go:build !noasm && !appengine
// +build !noasm,!appengine
//
// Minio Cloud Storage, (C) 2016 Minio, Inc.