inifile

package
v0.0.0-...-ae1670a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2017 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeFile

func DecodeFile(object interface{}, path string) error

Types

type IniFile

type IniFile struct {
	Section string
	Key     string
	Value   string
	// contains filtered or unexported fields
}

func Open

func Open(name string) (*IniFile, error)

func (*IniFile) Close

func (F *IniFile) Close() error

func (*IniFile) Decode

func (F *IniFile) Decode(object interface{})

func (*IniFile) DecodeSection

func (F *IniFile) DecodeSection(object interface{}, section string)

func (*IniFile) Next

func (F *IniFile) Next() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL