In your go files, simply use:
import "github.com/xdimedrolx/telphin-go-sdk/telphin"
go get github.com/xdimedrolx/telphin-go-sdk
automatically downloads the master
branch in $GOPATH/src
. Then in your
go files use:
import "github.com/xdimedrolx/telphin-go-sdk/telphin"
TODO