Skip to content

Commit

Permalink
update build tag (#1695)
Browse files Browse the repository at this point in the history
* update  go.sum

* update build tag
  • Loading branch information
tylitianrui committed Jan 18, 2024
1 parent c205a25 commit dd1f3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s2b_new.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build go1.20
//go:build go1.20 || go1.21

package fasthttp

Expand Down
2 changes: 1 addition & 1 deletion s2b_old.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !go1.20
//go:build !go1.20 && !go1.21

package fasthttp

Expand Down

0 comments on commit dd1f3b9

Please sign in to comment.