cjsaylor / cjsaylor/chessimage
Update to go 1.16 to use the embed package
Open
- Dominant language
- Go
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how the library currently locates and ships its asset files, then read the Go 1.16 embed package documentation linked in the issue. Done means the assets are embedded in the binary and users no longer need to ship separate asset files with it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100