Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(go): remove
Compiler.IgnoreModule
from the public API.
The same thing can be achieved by using the `IgnoreModule` option when creating the compiler. For simplicity and consistency let's have a single way to do this.
- Loading branch information