From e844092bb379d40732b5f43be646d4ac88790eab Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Thu, 31 Aug 2017 13:59:27 +0200 Subject: [PATCH] Fix #81: Support gopkg.in --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1981bcb..84accee 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ It is go gettable $ go get github.com/andygrunwald/go-jira +For stable versions you can use one of our tags with [gopkg.in](http://labix.org/gopkg.in). E.g. + +```go +package main + +import ( + jira "gopkg.in/andygrunwald/go-jira.v1" +) +... +``` + (optional) to run unit / example tests: $ cd $GOPATH/src/github.com/andygrunwald/go-jira