# README
go-netconf
This is our fork of go-netconf
Merge Upstream
# create the upstream
git remote add upstream https://github.com/mistsys/go-netconf.git
# now you can merge / cherry-pick what you want
tag / release
git tag -a v0.1.4 -m "v0.1.4"