go-ml-dev/iokit

View on GitHub
closechain.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method CloserChain.Close should have comment or be unexported
Open

func (c CloserChain) Close() error {
Severity: Minor
Found in closechain.go by golint

exported type CloserChain should have comment or be unexported
Open

type CloserChain []io.Closer
Severity: Minor
Found in closechain.go by golint

There are no issues that match your filters.

Category
Status