Prevent verbose-bombing
This commit is contained in:
parent
a37c44ff37
commit
02480c5bf2
1 changed files with 5 additions and 0 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue