Skip to content

Commit

Permalink
fixed //go:build comment without // +build comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jan 11, 2024
1 parent 6c947b0 commit aaec4d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/subtle/xor_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// license that can be found in the LICENSE file.

//go:build !purego
// +build !purego

package subtle

Expand Down
1 change: 1 addition & 0 deletions internal/subtle/xor_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// license that can be found in the LICENSE file.

//go:build !purego
// +build !purego

#include "textflag.h"

Expand Down
1 change: 1 addition & 0 deletions internal/subtle/xor_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// license that can be found in the LICENSE file.

//go:build !purego
// +build !purego

package subtle

Expand Down
1 change: 1 addition & 0 deletions internal/subtle/xor_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// license that can be found in the LICENSE file.

//go:build !purego
// +build !purego

#include "textflag.h"

Expand Down

0 comments on commit aaec4d4

Please sign in to comment.