Prevent verbose-bombing

This commit is contained in:
Olivier 2017-02-06 12:44:13 -05:00
parent a37c44ff37
commit 02480c5bf2
No known key found for this signature in database
GPG key ID: 1A9FE7C1DFF65CB0

View file

@ -20,6 +20,11 @@ type JiraClient struct {
jiraRoot string jiraRoot string
} }
func init(){
x := false
Verbose = &x
}
func NewJiraClient(jiraRoot string) *JiraClient { func NewJiraClient(jiraRoot string) *JiraClient {
j := &JiraClient{ j := &JiraClient{
&http.Client{ &http.Client{