timestamp icon indicating copy to clipboard operation
timestamp copied to clipboard

use go:embed for binary test data

Open thomasf opened this issue 4 years ago • 0 comments

Both my editor and the github source code viewer slows down a lot from parsing those very long byte sequences so I converted them to to //go:embed. Since embed is a Go 1.16 feature I had to bump the version in go.mod, I hope that's not a an issue.

thomasf avatar Jul 05 '21 14:07 thomasf