Skip to content

Commit 58268b1

Browse files
committed
Global configuration.
1 parent 69a94ed commit 58268b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
// Config all configuration entries supported by this application.
4+
type Config struct {
5+
BaseDir string // base directory
6+
SkipNotFound bool // make sure all directories in path exist
7+
SkipDuplicates bool // skip duplicated entries to compose PATH
8+
Verbose bool // make output verbose
9+
}

0 commit comments

Comments
 (0)