mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-27 00:21:07 +02:00
fixing package names
This commit is contained in:
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
jira "github.com/andygrunwald/go-jira"
|
||||
jira "github.com/chhekur/go-jira"
|
||||
)
|
||||
|
||||
// GetAllIssues will implement pagination of api and get all the issues.
|
||||
|
Reference in New Issue
Block a user