evalphobia/bobo-experiment

View on GitHub
cmd/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 58 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    bobo.Run(bobo.RunOption{
        Engine: &slack.SlackEngine{},
        Logger: &log.StdLogger{
            IsDebug: bobo.IsDebug(),
Severity: Minor
Found in cmd/main.go - About 1 hr to fix

    2: cannot find package "github.com/eure/bobo" in any of:
    Open

        "github.com/eure/bobo"
    Severity: Minor
    Found in cmd/main.go by govet

    There are no issues that match your filters.

    Category
    Status