Fix linter
This commit is contained in:
parent
1b66405f39
commit
f5f721e6ef
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
package jira
|
package jira
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"bytes"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"bytes"
|
|
||||||
"text/template"
|
"text/template"
|
||||||
|
|
||||||
"git.ctrlz.es/mgdelacroix/campaigner/model"
|
"git.ctrlz.es/mgdelacroix/campaigner/model"
|
||||||
|
|
Loading…
Reference in a new issue