Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 404 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 404 Bytes

Telphin SDK for Go

Install

Using go modules

In your go files, simply use:

import "github.com/xdimedrolx/telphin-go-sdk/telphin"

Using $GOPATH

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"

Usage

TODO