Documentation ¶ Index ¶ func DecryptDir(dir string) (map[string]string, error) func DecryptFile(path string) (string, error) func ReadDir(dir string) (map[string]string, error) func ReadFile(path string) (string, error) func SetTemplater(f func(text string, out io.Writer) error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecryptDir ¶ func DecryptDir(dir string) (map[string]string, error) func DecryptFile ¶ func DecryptFile(path string) (string, error) func ReadDir ¶ func ReadDir(dir string) (map[string]string, error) func ReadFile ¶ func ReadFile(path string) (string, error) func SetTemplater ¶ func SetTemplater(f func(text string, out io.Writer) error) Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.