Skip to content

Commit fe4bc89

Browse files
authored
fix:add exclude flag (#284)
1 parent b031879 commit fe4bc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashclone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !cmd_go_bootstrap
1+
//go:build !go1.25 && !cmd_go_bootstrap
22

33
package openssl
44

0 commit comments

Comments
 (0)