Versions in this module Expand all Collapse all v1 v1.1.0 Sep 14, 2018 v1.0.0 Dec 8, 2017 Changes in this version + func Bytes(b []byte) ([]byte, error) + func BytesRestricted(b []byte, noUnset, noEmpty bool) ([]byte, error) + func ReadFile(filename string) ([]byte, error) + func ReadFileRestricted(filename string, noUnset, noEmpty bool) ([]byte, error) + func String(s string) (string, error) + func StringRestricted(s string, noUnset, noEmpty bool) (string, error)