//
pkg.gl
Category
github.com/mkchoi212/fac
editor
package
2.0.0+incompatible
Repository:
https://github.com/mkchoi212/fac.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
2
Files
117 SLOC
#
Functions
Open
Open starts a text-editor with lines from `Content` It returns the manually edited lines from the text-editor when the user closes the editor.
#
Structs
Content
Content represents the lines read from a io.Reader `c` holds the actual lines and `reader` contains the io.Reader representation of the lines.