mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-29 00:21:53 +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"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user