go-ml-dev/iokit

View on GitHub
io.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Output should have comment or be unexported
Open

type Output interface {
Severity: Minor
Found in io.go by golint

exported type InputOutput should have comment or be unexported
Open

type InputOutput interface {
Severity: Minor
Found in io.go by golint

receiver name lr should be consistent with previous receiver name lw for LuckyWhole
Open

func (lr LuckyWhole) LuckyCommit() {
Severity: Minor
Found in io.go by golint

exported type Input should have comment or be unexported
Open

type Input interface {
Severity: Minor
Found in io.go by golint

exported method LuckyInput.LuckyOpen should have comment or be unexported
Open

func (iox LuckyInput) LuckyOpen() LuckyReader {
Severity: Minor
Found in io.go by golint

exported type LuckyInput should have comment or be unexported
Open

type LuckyInput struct{ Input }
Severity: Minor
Found in io.go by golint

exported type LuckyReader should have comment or be unexported
Open

type LuckyReader struct{ io.ReadCloser }
Severity: Minor
Found in io.go by golint

exported type LuckyInputOutput should have comment or be unexported
Open

type LuckyInputOutput struct{ InputOutput }
Severity: Minor
Found in io.go by golint

exported method LuckyInputOutput.LuckyWriteAll should have comment or be unexported
Open

func (iox LuckyInputOutput) LuckyWriteAll(bs []byte) {
Severity: Minor
Found in io.go by golint

exported method LuckyOutput.LuckyWriteAll should have comment or be unexported
Open

func (iox LuckyOutput) LuckyWriteAll(bs []byte) {
Severity: Minor
Found in io.go by golint

exported method LuckyWhole.LuckyWrite should have comment or be unexported
Open

func (lw LuckyWhole) LuckyWrite(b []byte) {
Severity: Minor
Found in io.go by golint

exported method LuckyReader.LuckyReadAll should have comment or be unexported
Open

func (lr LuckyReader) LuckyReadAll() []byte {
Severity: Minor
Found in io.go by golint

exported method LuckyInputOutput.LuckyCreate should have comment or be unexported
Open

func (iox LuckyInputOutput) LuckyCreate() LuckyWhole {
Severity: Minor
Found in io.go by golint

exported method LuckyInput.LuckyReadAll should have comment or be unexported
Open

func (iox LuckyInput) LuckyReadAll() []byte {
Severity: Minor
Found in io.go by golint

exported method LuckyOutput.LuckyCreate should have comment or be unexported
Open

func (iox LuckyOutput) LuckyCreate() LuckyWhole {
Severity: Minor
Found in io.go by golint

exported method LuckyInputOutput.LuckyReadAll should have comment or be unexported
Open

func (iox LuckyInputOutput) LuckyReadAll() []byte {
Severity: Minor
Found in io.go by golint

exported type LuckyOutput should have comment or be unexported
Open

type LuckyOutput struct{ Output }
Severity: Minor
Found in io.go by golint

exported method LuckyOutput.WriteAll should have comment or be unexported
Open

func (iox LuckyOutput) WriteAll(bs []byte) error {
Severity: Minor
Found in io.go by golint

exported method LuckyInputOutput.LuckyOpen should have comment or be unexported
Open

func (iox LuckyInputOutput) LuckyOpen() LuckyReader {
Severity: Minor
Found in io.go by golint

exported method LuckyInputOutput.WriteAll should have comment or be unexported
Open

func (iox LuckyInputOutput) WriteAll(bs []byte) error {
Severity: Minor
Found in io.go by golint

exported method LuckyInput.ReadAll should have comment or be unexported
Open

func (iox LuckyInput) ReadAll() ([]byte, error) {
Severity: Minor
Found in io.go by golint

exported method LuckyInputOutput.ReadAll should have comment or be unexported
Open

func (iox LuckyInputOutput) ReadAll() ([]byte, error) {
Severity: Minor
Found in io.go by golint

exported type LuckyWhole should have comment or be unexported
Open

type LuckyWhole struct{ Whole }
Severity: Minor
Found in io.go by golint

exported method LuckyWhole.LuckyCommit should have comment or be unexported
Open

func (lr LuckyWhole) LuckyCommit() {
Severity: Minor
Found in io.go by golint

There are no issues that match your filters.

Category
Status