Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteFile ¶
func WriteFile(fileName string, props Properties) error
WriteFile writes properties into a file
Types ¶
type Properties ¶
Properties contains the list of properties
func ReadFile ¶
func ReadFile(fileName string) (Properties, error)
ReadFile reads properties from a file.