routeros-api-go
routeros-api-go copied to clipboard
Separate package for reading Mikrotik sentences
I have committed this to github.com/go-routeros/routeros. Suggestions are welcome.
Thanks for the PR! The reader/writer implementation looks quite promising.
I'm having a bit of trouble untangling this as the pr has a lot of commits with quite a few seemingly unrelated issues. Perhaps this could be split into a PR per functional change? Some of the changes (e.g. removing the New(address) constructor) break the documentation (usage example in README). In cases like that, it would be nice to see the documentation updated alongside the commit.
Also, it looks like some import statements from dev env leaked over, "joi.com.br/mikrotik-go/proto"?