Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 192 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 192 Bytes

Reader Loader

Loads config from an io.Reader

Usage

readerLoader := klreader.New(&klreader.Config{
    Parser: kpjson.Parser,
    Reader: strings.NewReader(`{"foo":"bar"}`),
})