bump(github.com/ccding/go-config-reader): 02eda1a8218709cdcbd6fe2d53cd76128ac13526
This commit is contained in:
@ -25,4 +25,6 @@ func main() {
|
||||
res, err := config.Read("example.conf")
|
||||
fmt.Println(err)
|
||||
fmt.Println(res)
|
||||
fmt.Println(res["test.a"])
|
||||
fmt.Println(res["dd"])
|
||||
}
|
||||
|
Reference in New Issue
Block a user