Skip to content
Snippets Groups Projects
Commit ef5de4c8 authored by faiface's avatar faiface
Browse files

mention control characters in Text doc

parent ee6871c7
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ func RangeTable(table *unicode.RangeTable) []rune {
// text to it is really simple:
// fmt.Print(txt, "Hello, world!")
//
// Newlines, tabs and carriage returns are supported.
//
// Finally, if we want the written text to show up on some other Target, we can draw it:
// txt.Draw(target)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment