https://github.com/mobingilabs/mobingi-sdk-go
Mobingi SDK for Go (golang)
https://github.com/mobingilabs/mobingi-sdk-go
go mobingi mobingi-sdk
Last synced: 4 months ago
JSON representation
Mobingi SDK for Go (golang)
- Host: GitHub
- URL: https://github.com/mobingilabs/mobingi-sdk-go
- Owner: mobingilabs
- Created: 2017-08-18T05:27:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T13:04:54.000Z (over 7 years ago)
- Last Synced: 2025-10-08T12:02:42.635Z (8 months ago)
- Topics: go, mobingi, mobingi-sdk
- Language: Go
- Homepage:
- Size: 10.9 MB
- Stars: 4
- Watchers: 15
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Deprecated: We recommend you to use [gosdk](https://github.com/mobingi/gosdk) instead.**
----
[](https://mobingi.co.jp/)
[](https://travis-ci.org/mobingilabs/mobingi-sdk-go)
[](https://ci.appveyor.com/project/flowerinthenight/mobingi-sdk-go/branch/master)
This sdk uses [dep](https://github.com/golang/dep) as its vendor manager. To install dependencies and run tests:
```bash
# 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
```