Skip to content

Commit

Permalink
extendSlice optimization is still valid for go1.19 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Oct 7, 2022
1 parent 4601a45 commit 3391c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions json/reflect.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build go1.18
// +build go1.18
//go:build go1.20
// +build go1.20

package json

Expand Down
4 changes: 2 additions & 2 deletions json/reflect_optimize.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !go1.18
// +build !go1.18
//go:build !go1.20
// +build !go1.20

package json

Expand Down

0 comments on commit 3391c4a

Please sign in to comment.