Codebase list golang-bindata / 2856317
New upstream release. Updated manual. Vincent Bernat 10 years ago
2 changed file(s) with 13 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 golang-bindata (3.0.3-1) unstable; urgency=low
1
2 * New upstream release.
3 * Update manual pages as the options are now different.
4
5 -- Vincent Bernat <bernat@debian.org> Wed, 29 Jan 2014 08:49:20 +0100
6
07 golang-bindata (3.0.2-1) unstable; urgency=low
18
29 * Initial package. Closes: #736624.
1111 .Nm
1212 .Op options
1313 .Ar input
14 .Op Ar output
1514 .Sh DESCRIPTION
1615 .Nm
1716 converts any file into manageable Go source code. It is
2019 slice.
2120 .Pp
2221 .Ar input
23 is the input directory containing the assets to incorporate while
24 .Ar output
25 is the optional output file containing the appropriate Go code to load
26 assets.
22 is the input directory containing the assets to incorporate. If
23 suffixed by
24 .Pa /...
25 it will be searched recursively.
2726 .Pp
2827 The options are as follows:
2928 .Bl -tag -width Ds
3938 Package name to use in the generated code.
4039 .It Fl prefix Ar prefix
4140 Optional path prefix to strip off asset names.
42 .It Fl r
43 Recursive processing of the target directory and all its
44 sub-directories.
41 .It Fl o
42 Name of the output file to be generated.
4543 .It Fl tags Ar tags
4644 Optional set of build tags to include.
4745 .El