Skip to content

NeuralSpaz/go-app-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Things Network Go SDK

Build Status Coverage Status GoDoc

The Things Network

Usage

To avoid issues with incompatible dependencies, we recommend using vgo.

Assuming you're working on a project github.com/your-username/your-project:

go get -u golang.org/x/vgo
cd $GOPATH/src/github.com/your-username/your-project
vgo mod -init -module github.com/your-username/your-project
vgo get github.com/TheThingsNetwork/go-app-sdk
vgo mod -vendor

See the examples on GoDoc.

License

Source code for The Things Network is released under the MIT License, which can be found in the LICENSE file. A list of authors can be found in the AUTHORS file.

About

The Things Network Application SDK for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Shell 0.4%