+build:
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
* Add bundle download Signed-off-by: jolheiser <[email protected]> * Fix fmt Signed-off-by: jolheiser <[email protected]> * Fix build tags Signed-off-by: jolheiser <[email protected]> * Download specific commit Signed-off-by: jolheiser <[email protected]>
* draft * Implement extract command * Fix nits and force args on extract * Add !bindata stub, support Windows, fmt * fix vendored flag * Remove leading slash for matching * Add docs * Fix typos * Add embedded view command Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>