ezeql/koding-challange

View on GitHub
common/logger.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Log should have comment or be unexported
Open

func Log(args ...interface{}) {
Severity: Minor
Found in common/logger.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package common
Severity: Minor
Found in common/logger.go by gofmt

exported function Info should have comment or be unexported
Open

func Info(args ...interface{}) {
Severity: Minor
Found in common/logger.go by golint

There are no issues that match your filters.

Category
Status