Documentation
¶
Overview ¶
Package properties provides functions to read/write properties.
Index ¶
Constants ¶
View Source
const ( // Spaces enables spaces around the assignment operator. Spaces = 0 // OpCollon enables collon as the assignment operator. OpCollon = 1 // OpEqual enables equal sign as the assignment operator. OpEqual = 2 // OpSpace enables space as the assignment operator. OpSpace = 3 )
Formatting options.
Variables ¶
This section is empty.
Functions ¶
func ReadBytes ¶
ReadBytes reads properties from byte array. Content of byte array must be in UTF-8.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.