1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39: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

1
board.go Normal file
View File

@ -0,0 +1 @@
package jira

View File

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