1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-29 00:21:53 +02:00

🔥[PACKAGE] Change: Package Name

This commit is contained in:
Chhekur
2021-10-10 17:37:36 +05:30
parent c7afc795d8
commit e18b086dfc
14 changed files with 81 additions and 81 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
jira "github.com/chhekur/go-jira"
jira "github.com/bluevare/go-jira"
)
// GetAllIssues will implement pagination of api and get all the issues.