1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-14 23:45:03 +02:00

add fmt dependency to jira.go

This commit is contained in:
Evgen Kostenko
2016-06-01 21:18:33 +03:00
parent c75a2ca567
commit de59b131b3
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"io"
"net/http"
"net/url"
"fmt"
)
// A Client manages communication with the JIRA API.