mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-06 22:13:02 +02:00
fixing package names
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
jira "github.com/andygrunwald/go-jira"
|
||||
jira "github.com/chhekur/go-jira"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user