Add gob mode to support custom package loading techniques in place of `--exec_only` by JacobOaks · Pull Request #214 · uber-go/mock

Change #207 replaced reflect mode with package mode. In doing so, we no longer had to create separate reflect programs that would encode the resulting package into a gob for the rest of mockgen to ...