Final Piece of File Embedding Support Committed to Go — We’ve previously featured stories about Go officially adding support for embedding files in binaries (a.k.a. go:embed) and the code is now landing. This is just a commit to Go core for now, but expect to see more in a future Go release near you!
-- RUSS COX
https://github.com/golang/go/commit/25d28ec55aded46e0be9c2298f24287d296a9e47
-- RUSS COX
https://github.com/golang/go/commit/25d28ec55aded46e0be9c2298f24287d296a9e47
GitHub
cmd/go: add //go:embed support · golang/go@25d28ec
The final piece of //go:embed support: have the go command stitch
together parsing in go/build, low-level data initialization in cmd/compile,
and the new data structures in package embed, to make t...
together parsing in go/build, low-level data initialization in cmd/compile,
and the new data structures in package embed, to make t...