Skip to content

Instantly share code, notes, and snippets.

@cocap10
Created August 4, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cocap10/d8f1742a119e5f0069790f4fbf230d59 to your computer and use it in GitHub Desktop.
Save cocap10/d8f1742a119e5f0069790f4fbf230d59 to your computer and use it in GitHub Desktop.
// TOML source
toml:=staert.NewTomlSource("example", []string{"./toml/", "/any/other/path"})
// Flaeg source
f:=flaeg.New(command, os.Args[1:])
// Key-Value Store source
kv, err :=staert.NewKvSource(backend, options, “prefix”)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment