Updating server dependancies. (#7538)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8b9dbb8613
Коммит
b84736e9b6
2
vendor/github.com/spf13/jwalterweatherman/notepad.go
сгенерированный
поставляемый
2
vendor/github.com/spf13/jwalterweatherman/notepad.go
сгенерированный
поставляемый
@@ -148,7 +148,7 @@ func (n *Notepad) GetStdoutThreshold() Threshold {
|
||||
}
|
||||
|
||||
// SetPrefix changes the prefix used by the notepad. Prefixes are displayed between
|
||||
// brackets at the begining of the line. An empty prefix won't be displayed at all.
|
||||
// brackets at the beginning of the line. An empty prefix won't be displayed at all.
|
||||
func (n *Notepad) SetPrefix(prefix string) {
|
||||
if len(prefix) != 0 {
|
||||
n.prefix = "[" + prefix + "] "
|
||||
|
||||
Ссылка в новой задаче
Block a user