glide setup and dependencies addition

This commit is contained in:
Steve Brunton
2017-08-27 23:27:11 -04:00
commit b0e0be5688
74 changed files with 11533 additions and 0 deletions

14
vendor/gopkg.in/routeros.v2/README.md generated vendored Normal file
View File

@@ -0,0 +1,14 @@
# RouterOS Client for the Go language
Go library for accessing Mikrotik devices using the RouterOS API.
Look in the examples directory to learn how to use this library:
[run](examples/run/main.go),
[listen](examples/listen/main.go),
[tab](examples/tab/main.go).
API documentation is available at [godoc.org](http://godoc.org/gopkg.in/routeros.v2).
To install it, run:
go get gopkg.in/routeros.v2