Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 267 Bytes

File metadata and controls

19 lines (12 loc) · 267 Bytes

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"