Add Dryad configuration package
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 8 Sep 2017 12:52:11 +0000 (14:52 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 2 Mar 2018 14:10:53 +0000 (15:10 +0100)
commitaa9ba4874e92fae53fd22f064d3c485af2fadaba
tree0913f877b72b299763647d44a645ec3d68be29f9
parent9e0e786b0a4bd6ef41a01d3c3d43dfd39c9f207f
Add Dryad configuration package

A non-standard library for configuration serialization is used.
It is licensed under MIT license. Install it with command below:
    go get "github.com/BurntSushi/toml"

Change-Id: I71321d341ac8d64c6a9ed85f2d895524eca01fac
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
dryad/conf/conf.go [new file with mode: 0644]
dryad/conf/conf_suite_test.go [new file with mode: 0644]
dryad/conf/conf_test.go [new file with mode: 0644]