Documentation.
This commit is contained in:
parent
ae6a817cee
commit
7d3236562f
1 changed files with 1 additions and 1 deletions
2
msg.go
2
msg.go
|
@ -49,7 +49,7 @@ const (
|
||||||
errorKind
|
errorKind
|
||||||
)
|
)
|
||||||
|
|
||||||
// NoWrap returns an Option to disable enable text wrapping (Unix only).
|
// NoWrap returns an Option to disable text wrapping (Unix only).
|
||||||
func NoWrap() Option {
|
func NoWrap() Option {
|
||||||
return funcOption(func(o *options) { o.noWrap = true })
|
return funcOption(func(o *options) { o.noWrap = true })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue