go-assets icon indicating copy to clipboard operation
go-assets copied to clipboard

Gotag

Open mattn opened this issue 7 years ago • 1 comments

Add build-constraints +build with -t flag. This is useful to make hybrid apps that can be built static/non-static.

mattn avatar Jan 04 '18 13:01 mattn

This is example app that can be built with static/non-static.

https://github.com/mattn/wikigo

When built with go build -tags static, wikigo include assets. assets.go is generated by go-assets-builder with -t static.

mattn avatar Jan 04 '18 13:01 mattn