Skip to content

Commit

Permalink
add fmt dependency to jira.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgen Kostenko committed Jun 1, 2016
1 parent c75a2ca commit de59b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions board.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package jira
1 change: 1 addition & 0 deletions jira.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"io"
"net/http"
"net/url"
"fmt"
)

// A Client manages communication with the JIRA API.
Expand Down

0 comments on commit de59b13

Please sign in to comment.