Versions in this module Expand all Collapse all v1 v1.0.0 May 4, 2016 Changes in this version + func ParseFile(filename string) ([]*Machine, Macros, error) + type Error struct + Filename string + LineNum int + Msg string + func (e *Error) Error() string + type Machine struct + Account string + Login string + Name string + Password string + func FindMachine(filename, name string) (*Machine, error) + type Macros map[string]string