network/network.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Network.Teardown should have comment or be unexported
Open

func (n *Network) Teardown() {
Severity: Minor
Found in network/network.go by golint

exported type Network should have comment or be unexported
Open

type Network struct {
Severity: Minor
Found in network/network.go by golint

exported function NewNetwork should have comment or be unexported
Open

func NewNetwork(
Severity: Minor
Found in network/network.go by golint

There are no issues that match your filters.

Category
Status