kamiazya/memomail

View on GitHub
adapter/config/config.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/kamiazya/memomail/adapter/mailer" in any of:
Open

    "github.com/kamiazya/memomail/adapter/mailer"
Severity: Minor
Found in adapter/config/config.go by govet

exported type Config should have comment or be unexported
Open

type Config struct {
Severity: Minor
Found in adapter/config/config.go by golint

exported function New should have comment or be unexported
Open

func New() (config *Config, err error) {
Severity: Minor
Found in adapter/config/config.go by golint

exported method Config.SaveConfig should have comment or be unexported
Open

func (c *Config) SaveConfig() {
Severity: Minor
Found in adapter/config/config.go by golint

There are no issues that match your filters.

Category
Status