Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #13

Merged
merged 5 commits into from
Sep 15, 2019
Merged

Develop #13

merged 5 commits into from
Sep 15, 2019

Conversation

gabeduke
Copy link
Owner

No description provided.

@github-actions
Copy link

Go Lint

main.go:26:7  errcheck  Error return value of `r.Run` is not checked

@github-actions
Copy link

go fmt

./pkg/util/common.go

diff -u ./pkg/util/common.go.orig ./pkg/util/common.go
--- ./pkg/util/common.go.orig	2019-09-15 17:09:25.524450557 +0000
+++ ./pkg/util/common.go	2019-09-15 17:09:25.524450557 +0000
@@ -11,7 +11,6 @@
 
 func InitLogger() {
 
-
 	logLevel := os.Getenv("LOG_LEVEL")
 	switch logLevel {
 	case "warn":
@@ -42,6 +41,6 @@
 
 	log.WithFields(log.Fields{
 		"Handler": logHandler,
-		"Level": logLevel,
+		"Level":   logLevel,
 	}).Debug("Initializing logger..")
-}
\ No newline at end of file
+}

@github-actions
Copy link

Go Lint

main.go:26:7  errcheck  Error return value of `r.Run` is not checked

@gabeduke gabeduke merged commit 4a009e0 into master Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant