cjsaylor / chessimage

Golang library for rendering chess board images in a specific state.
https://godoc.org/github.com/cjsaylor/chessimage
MIT License
5 stars 5 forks source link

Update to go 1.16 to use the embed package #5

Open cjsaylor opened 3 years ago

cjsaylor commented 3 years ago

Allow embed of the assets into the binary rather than requiring the separated files to be shipped with the binary.

https://tip.golang.org/pkg/embed/#FS