File tree Expand file tree Collapse file tree 4 files changed +2
-28
lines changed Expand file tree Collapse file tree 4 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build go1.7 && amd64 && gc && !purego
5
+ //go:build amd64 && gc && !purego
6
6
7
7
package blake2b
8
8
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build go1.7 && amd64 && gc && !purego
5
+ //go:build amd64 && gc && !purego
6
6
7
7
#include "textflag.h"
8
8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build go1.9
6
-
7
5
package blake2b
8
6
9
7
import (
You can’t perform that action at this time.
0 commit comments