Categorygithub.com/mistsys/go-netconf
module
0.1.9
Repository: https://github.com/mistsys/go-netconf.git
Documentation: pkg.go.dev

# 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"

# Packages

No description provided by the author
Package netconf provides support for a a simple NETCONF client based on RFC6241 and RFC6242 (although not fully compliant yet).