Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
daas
jwt-tokenissuer
Commits
6ecbf649
Commit
6ecbf649
authored
Apr 11, 2017
by
Gurvinder Singh
Browse files
fixed default config path
parent
38317183
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.go
View file @
6ecbf649
...
@@ -23,7 +23,7 @@ func init() {
...
@@ -23,7 +23,7 @@ func init() {
log
.
SetOutput
(
os
.
Stderr
)
log
.
SetOutput
(
os
.
Stderr
)
// Parse flags
// Parse flags
showVersion
:=
flag
.
Bool
(
"version"
,
false
,
"Prints version information and exits"
)
showVersion
:=
flag
.
Bool
(
"version"
,
false
,
"Prints version information and exits"
)
configFile
:=
flag
.
String
(
"c"
,
"jwt.example"
,
"Use the specified `configfile`"
)
configFile
:=
flag
.
String
(
"c"
,
"jwt.example
.json
"
,
"Use the specified `configfile`"
)
flag
.
Parse
()
flag
.
Parse
()
// Show version and exit
// Show version and exit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment