nemith / netconf

NETCONF implementation in Go.
Other
29 stars 7 forks source link

interface{} -> any #48

Closed nemith closed 1 year ago

nemith commented 1 year ago

Officially this project only supports the last two Go version (at time of this PR that is 1.19 and 1.20) but instead of jumping from 1.17->1.19 we'll set the go.mod to go1.18 which allows us to rewrite interface{} as any.