File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,14 +34,16 @@ command.
3434
3535Limitations:
3636
37- - It is limited to a single package at a time.
38- - There is no way to automatically stub all exports.
39- - It does not generate memory-compatible types, as unexported types are
40- skipped.
41- - There is no way to automatically detect exports used in a program.
42- - There is no way to specify specific methods on a type; all methods are
43- automatically stubbed.
44- - It cannot currently distinguish between type aliases. This is a
37+ - It is limited to a single package at a time.
38+ - There is no way to automatically stub all exports.
39+ - It does not generate memory-compatible types, as unexported types are
40+ skipped.
41+ - There is no way to automatically detect exports used in a program.
42+ - There is no way to specify specific methods on a type; all methods are
43+ automatically stubbed.
44+ - It cannot currently distinguish between type aliases. This is a
45+ limitation of the ` reflect ` package.
46+ - It makes new method declarations for promoted methods. This is a
4547 limitation of the ` reflect ` package.
4648
4749Please feel free to submit a [ pull
You can’t perform that action at this time.
0 commit comments