File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Be sure to re-run 'statics' after adding or modifying any files in your './inclu
43
43
44
44
Usage:
45
45
46
- statics [-p=./include] [-out=files.go] [-pkg=main]
47
- [-map=files] [-bf ="// +build !windows,!darwin"] [-a "filename | alias"] [-f]
48
- [-x="file1 | file[1-4].* | include/img?/*png | file3"] [-i="file1 | file[1-4].* | include/img?/*png | file3"] [-v]
46
+ statics [-p=./include] [-out=files.go] [-pkg=main] [-v]
47
+ [-map=files] [-bt ="// +build !windows,!darwin"] [-a "filename | alias"] [-f]
48
+ [-x="file1 | file[1-4].* | include/img?/*png | file3"] [-i="file1 | file[1-4].* | include/img?/*png | file3"]
49
49
50
50
Flags:
51
51
-p Import path[s]
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Be sure to re-run 'statics' after adding or modifying any files in your './inclu
56
56
Usage:
57
57
58
58
statics [-p=%[1]s] [-out=%[2]s] [-pkg=%[3]s]
59
- [-map=%[4]s] [-bf ="// +build !windows,!darwin"] [-a "filename | alias"] [-f]
59
+ [-map=%[4]s] [-bt ="// +build !windows,!darwin"] [-a "filename | alias"] [-f]
60
60
[-x="file1 | file[1-4].* | include/img?/*png | file3"] [-i="file1 | file[1-4].* | include/img?/*png | file3"] [-v]
61
61
62
62
Flags:
You can’t perform that action at this time.
0 commit comments