This commit is contained in:
Cory Bennett
2016-01-21 10:52:15 -08:00
parent 3f20139b75
commit c5fe9f5383
+1 -1
View File
@@ -2,6 +2,7 @@ package jira
import (
"bytes"
"crypto/tls"
"encoding/json"
"fmt"
"github.com/kballard/go-shellquote"
@@ -11,7 +12,6 @@ import (
"net/http"
"net/http/cookiejar"
"net/url"
"crypto/tls"
"os"
"os/exec"
"runtime"