package
Version:
v0.0.0-...-833ed6d
Opens a new window with list of versions in this module.
Published: Sep 1, 2019
License: GPL-2.0, GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Issue 1909
Would OOM due to exponential recursion on Foo's expanded methodset in nodefmt
type Foo interface {
Bar() interface {
Foo
}
Baz() interface {
Foo
}
Bug() interface {
Foo
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.