Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert strings and slices using the officially recommended way #3344

Merged
merged 5 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: remove build tag "+build !go1.20"
  • Loading branch information
hopehook committed Mar 1, 2023
commit 76a8ac817897c0a7d221fd8faa60ade3aec93ff9
1 change: 0 additions & 1 deletion internal/bytesconv/bytesconv_1.19.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build !go1.20
// +build !go1.20

package bytesconv

Expand Down
1 change: 0 additions & 1 deletion internal/bytesconv/bytesconv_1.20.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build go1.20
// +build go1.20

package bytesconv

Expand Down