Fix build on go1.16

Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
This commit is contained in:
Mitsuo Heijo 2021-02-26 22:43:11 +09:00
parent 95f8d53e19
commit ffa79f6b8d
No known key found for this signature in database
GPG Key ID: E20D810A1E063882

View File

@ -52,3 +52,5 @@ func (fakeTestDeps) WriteHeapProfile(io.Writer) error {
func (fakeTestDeps) WriteProfileTo(string, io.Writer, int) error {
return nil
}
func (fakeTestDeps) SetPanicOnExit0(bool) {}