ezeql/koding-challange

View on GitHub
cmd/accountname/main.go

Summary

Maintainability
A
35 mins
Test Coverage

Function openDB has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func openDB(host string, port int, user string, password string, dbName string) (*pgdb, error) {
Severity: Minor
Found in cmd/accountname/main.go - About 35 mins to fix

    2: cannot find package "github.com/ezeql/koding-challange/common" in any of:
    Open

        "github.com/ezeql/koding-challange/common"
    Severity: Minor
    Found in cmd/accountname/main.go by govet

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

    package main
    Severity: Minor
    Found in cmd/accountname/main.go by gofmt

    There are no issues that match your filters.

    Category
    Status