Skip to content

Commit

Permalink
fix: server utils build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Mar 4, 2024
1 parent f81741a commit 6ed4fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server_utils.go
@@ -1,4 +1,4 @@
//go:build !go1.20
//go:build go1.20 || go1.21 || go1.22

package websocket

Expand Down
2 changes: 1 addition & 1 deletion server_utils_120.go → server_utils_119.go
@@ -1,4 +1,4 @@
//go:build go1.20
//go:build !go1.20 && !go1.21 && !go1.22

package websocket

Expand Down

0 comments on commit 6ed4fe2

Please sign in to comment.