akito0107/generr

View on GitHub
e2e/subpackage/subpackageNotFound_impl.go

Summary

Maintainability
A
0 mins
Test Coverage
// Code generated by "generr"; DO NOT EDIT.
package subpackage

import "fmt"

type subpackageNotFound struct {
    Info string
}

func (e *subpackageNotFound) SubpackageNotFound() string {
    return e.Info
}
func (e *subpackageNotFound) Error() string {
    return fmt.Sprintf("subpackageNotFound Info: %v", e.Info)
}