start making staticcheck happier

This commit is contained in:
Daniel Martí
2019-05-27 10:14:26 +01:00
parent f125ef3fa9
commit 9b9186f7d4
8 changed files with 16 additions and 21 deletions
-3
View File
@@ -2,11 +2,8 @@ package jira
import (
"github.com/coryb/oreo"
logging "gopkg.in/op/go-logging.v1"
)
var log = logging.MustGetLogger("jira")
const VERSION = "1.0.20"
type Jira struct {