kalisio/logspout-slack

View on GitHub
slack.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/gliderlabs/logspout/router" in any of:
Open

    "github.com/gliderlabs/logspout/router"
Severity: Minor
Found in slack.go by govet

Your code does not pass gofmt in 4 places. Go fmt your code!
Open

package slack
Severity: Minor
Found in slack.go by gofmt

type name will be used as slack.SlackAdapter by other packages, and that stutters; consider calling this Adapter
Open

type SlackAdapter struct {
Severity: Minor
Found in slack.go by golint

exported type Context should have comment or be unexported
Open

type Context struct {
Severity: Minor
Found in slack.go by golint

There are no issues that match your filters.

Category
Status