perkeep/pkg/fileembed
Fabian Wickborn 853db6cec8 genfileembed: Add flag for adding build tags
The build tags are written into the resulting go files literally, e.g.
a call like

    genfileembed -build-tags "linux,386 darwin,!cgo"

is written as

// +build linux,386 darwin,!cgo

to the resulting files.

Change-Id: Ic8c7e827e3040a33fe3b920c1aaa1551f902a491
2014-10-17 20:58:15 +02:00
..
genfileembed genfileembed: Add flag for adding build tags 2014-10-17 20:58:15 +02:00
fileembed.go fileembed: don't concatenate more than 50 string literals 2014-06-20 10:09:52 -07:00