Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@FrontSide FrontSide released this 20 Sep 14:24
· 10 commits to master since this release

Install

$ go get github.com/AYLIEN/aylien_newsapi_go/v5

Note that if you want to install this package outside of a directory with a go.mod file, you will need to set following env var:

export GO111MODULE=on

Usage

import (
    newsapi "github.com/AYLIEN/aylien_newsapi_go/v5"
)