Versions in this module Expand all Collapse all v1 v1.3.1 Dec 21, 2023 Changes in this version + func LoadAndCheck(path string, user string, pass string) (bool, error) + type Data map[string]string + func LoadFile(path string) (Data, error) + func (data Data) Check(user string, pass string) bool