package
1.6.0-beta1
Repository: https://github.com/go-chassis/go-archaius.git
Documentation: pkg.go.dev

# README

this demo shows howto use file handler to convert a file to key value map

main.go call archaius init to manage f1.yaml then add new file f2.yaml, it will consider yaml key as key, yaml value as value then add new file f3.yaml, it will consider file name as key and content as value

go build main.go
./main

check name changes