Skip to content

Commit

Permalink
fixed go 1.20 further introduced functions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jan 17, 2024
1 parent 0bc531b commit bd68b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/ptr/util.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !go1.19
// +build !go1.19
//go:build !go1.20
// +build !go1.20

package ptr

Expand Down
4 changes: 2 additions & 2 deletions internal/ptr/util_go119.go → internal/ptr/util_go120.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build go1.19
// +build go1.19
//go:build go1.20
// +build go1.20

package ptr

Expand Down

0 comments on commit bd68b90

Please sign in to comment.