Categorygithub.com/mobingilabs/mobingi-sdk-go
repository
0.1.32
Repository: https://github.com/mobingilabs/mobingi-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

logo

Build Status Build status

This sdk uses dep as its vendor manager. To install dependencies and run tests:

# install dep
$ go get -u -v github.com/golang/dep/...

# install (update) dependencies
$ dep ensure -v && dep ensure -update -v

# run tests
$ go test ./... -cover