1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-16 23:47:50 +02:00

refactor project tests + go fmt

This commit is contained in:
Evgen Kostenko
2016-06-02 15:59:40 +03:00
parent c9ac91a57c
commit c66958e3f2
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ package jira
import (
"bytes"
"encoding/json"
"fmt"
"io"
"net/http"
"net/url"
"fmt"
)
// A Client manages communication with the JIRA API.