Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Aug 16, 2024
1 parent c4a149e commit b9045d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Config struct {
DataDir string // if set, change current directory to it
DataDirMode fs.FileMode // if nonzero, create DataDir if it does not exist using this mode
DefaultDataDirSuffix string // if set and DataDir is not set, use the user's default data dir plus this suffix
ListenURL string // after Apply called, an URL we listen on (e.g. "https://localhost:8443")
ListenURL string // after Listen called, an URL we listen on (e.g. "https://localhost:8443")
Logger InfoLogger // logger to use, if nil logs nothing
mu sync.Mutex // protects following
breakChan chan os.Signal // break channel
Expand Down

0 comments on commit b9045d1

Please sign in to comment.