63434f6bc9
- inject dependencies instead of initializing them in the constructor
6 lines
69 B
Go
6 lines
69 B
Go
package fakes
|
|
|
|
import "errors"
|
|
|
|
var FakeError = errors.New("failed")
|