Skip to content

Commit be97724

Browse files
authored
Add files via upload
1 parent 3d5aa8f commit be97724

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Be sure to re-run 'statics' after adding or modifying any files in your './inclu
4343
4444
Usage:
4545
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"]
4949
5050
Flags:
5151
-p Import path[s]

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Be sure to re-run 'statics' after adding or modifying any files in your './inclu
5656
Usage:
5757
5858
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]
6060
[-x="file1 | file[1-4].* | include/img?/*png | file3"] [-i="file1 | file[1-4].* | include/img?/*png | file3"] [-v]
6161
6262
Flags:

0 commit comments

Comments
 (0)