1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

WTF-400 Minor code cleanup

This commit is contained in:
Chris Cummer 2019-04-16 10:32:39 -07:00
parent 8b2fc71f92
commit daa422aee4
3 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@ import (
"os"
"github.com/olebedev/config"
// "github.com/wtfutil/wtf/logger"
"github.com/wtfutil/wtf/wtf"
)

View File

@ -7,8 +7,6 @@ import (
type Settings struct {
common *cfg.Common
filePath string
}
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {

View File

@ -4,7 +4,6 @@ import (
"crypto/tls"
"fmt"
"net/http"
// "os"
"regexp"
glb "github.com/andygrunwald/go-gerrit"