Documentation ¶
Overview ¶
Package basic provides a basic representation of dosini-style documents
Index ¶
Constants ¶
View Source
const WriteNewLine = "\n"
WriteNewLine is the new line representation used by [doc.WriteTo]
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
Document represents an INI-style document
func (*Document) AsBuffer ¶
AsBuffer returns a INI representation of the document on a memory buffer
func (*Document) String ¶
GoString generates a string output for "%s"
type Field ¶
Field represents a key = value entry in an INI-style document
Click to show internal directories.
Click to hide internal directories.