Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 811 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 811 Bytes

go-imgur

Go GoDoc Go Report Card Coverage Status

Go library to use the imgur.com API. At the moment only the anonymous part of the API is supported, but that is used in a production environment.

Example

To see some simple example code please take a look at the command line client found in imgurcmd/main.go.