Closed Nv7-GitHub closed 3 years ago
This uses Go 1.16's embed package instead of embedding files as []byte.
[]byte
This has a few benefits:
Overall it doesn't really affect things too much, but I think it is a little bit better.
This uses Go 1.16's embed package instead of embedding files as
[]byte
.This has a few benefits:
Overall it doesn't really affect things too much, but I think it is a little bit better.