This commit is contained in:
Olivier Tremblay 2017-02-20 08:46:38 -05:00
commit 3b87156ddb
No known key found for this signature in database
GPG key ID: 92BFE3C34DC5F22C

View file

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