1
0
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:
Chhekur
2021-08-27 14:45:21 +05:30
parent 852af840d2
commit f1fe71fa2d
14 changed files with 81 additions and 81 deletions

View File

@ -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.