editor-bootstrap/vim-bootstrap

Use pkg/embed (golang 1.16 feature)

avelino opened this issue · 1 comments

ref: https://golang.org/pkg/embed/#hdr-Directives

We use an external package to embed files into the binary, in version 1.16 of the go language we have the native embed feature

closed in #376