Merge branch 'master' of https://git.otremblay.com/jkl
This commit is contained in:
commit
3b87156ddb
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ type JiraClient struct {
|
|||
jiraRoot string
|
||||
}
|
||||
|
||||
func init(){
|
||||
x := false
|
||||
Verbose = &x
|
||||
}
|
||||
|
||||
func NewJiraClient(jiraRoot string) *JiraClient {
|
||||
j := &JiraClient{
|
||||
&http.Client{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue