nelsam / hel

Hel rules over Helheim, where the souls unworthy of Valhalla reside. It's also a mock generator for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hel panics if no mock file was generated

wfernandes opened this issue · comments

It looks like hel tries to run goimports on a file that doesn't exist if it finds no mocks to generate.

Fixed in eb0f095.