mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-08 22:16:34 +02:00
Fix #81: Support gopkg.in
This commit is contained in:
11
README.md
11
README.md
@ -27,6 +27,17 @@ It is go gettable
|
|||||||
|
|
||||||
$ go get github.com/andygrunwald/go-jira
|
$ 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:
|
(optional) to run unit / example tests:
|
||||||
|
|
||||||
$ cd $GOPATH/src/github.com/andygrunwald/go-jira
|
$ cd $GOPATH/src/github.com/andygrunwald/go-jira
|
||||||
|
Reference in New Issue
Block a user