Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 728 Bytes

go-degen

Package degen for working with the degen API documented at https://www.degen.tips/developers , for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-degen

GoDoc

Import

To import package degen use import code like the follownig:

import "github.com/reiver/go-degen"

Installation

To install package degen do the following:

GOPROXY=direct go get https://github.com/reiver/go-degen

Author

Package degen was written by Charles Iliya Krempeaux