timestamp
timestamp copied to clipboard
use go:embed for binary test data
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.