mirror of https://github.com/status-im/consul.git
Fix godoc comment
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
parent
d1c9d9bc68
commit
bb7fb21004
|
@ -304,7 +304,7 @@ func (a byName) Len() int { return len(a) }
|
|||
func (a byName) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
|
||||
func (a byName) Less(i, j int) bool { return a[i].Name() < a[j].Name() }
|
||||
|
||||
// Build constructs the runtime configuration from the config sources
|
||||
// build constructs the runtime configuration from the config sources
|
||||
// and the command line flags. The config sources are processed in the
|
||||
// order they were added with the flags being processed last to give
|
||||
// precedence over the other sources. If the error is nil then
|
||||
|
|
Loading…
Reference in New Issue