Skip to content

ckarenz/wordwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordwrap

GoDoc Reference Build Status

A Go library for word-wrapping text.

Features

  • Text is guaranteed to never exceed line width.
  • Support for multi-byte (utf8) text
  • Handling for tab width and alignment; tabs are replaced by spaces
  • Streaming: text need not be loaded into a buffer.
  • Settings (line prefix, tab width) can be changed on the fly.

About

Go library for word-wrapping text.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages