1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-21 03:40:11 +00:00
jfa-go/embed/README.md

2 lines
286 B
Markdown
Raw Normal View History

2021-02-17 14:32:03 +00:00
`scripts/embed.py [internal/external]` will copy the respective file into the main directory. If internal, `//go:embed` is used to embed the `data/` directory in the binary. If external, `os.DirFS` is used to access the `data/` directory, which should be placed next to the executable.