| 950 | } |
| 951 | |
| 952 | type errorBuildModule struct { |
| 953 | } |
| 954 | |
| 955 | func (eb *errorBuildModule) Open() (io.ReadCloser, error) { |
| 956 | return nil, errors.New("something happened opening the build module") |
nothing calls this directly
no outgoing calls
no test coverage detected