package
0.5.1
Repository: https://github.com/warthog618/config.git
Documentation: pkg.go.dev

# README

file

A library for loading configuration files into config.

GoDoc

# Functions

New creates a loader with the specified path.
WithWatcher is an Option that enables watching of the file.

# Structs

Loader provides reads configuration from the local filesystem.
WatcherOption enables a watcher on the file.

# Interfaces

Option is a construction option for a Blob.