mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-08 23:26:20 +02:00
go fmt
This commit is contained in:
parent
4b9e96b367
commit
a2df25c45a
@ -1,13 +1,13 @@
|
|||||||
package jira
|
package jira
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
"reflect"
|
"reflect"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"encoding/json"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestIssueGet_Success(t *testing.T) {
|
func TestIssueGet_Success(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user