Skip to content

Commit 1b65378

Browse files
authored
Merge pull request #31 from github/update-readme-known-issues
Update readme known issues
2 parents a10bef2 + ed35197 commit 1b65378

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ command.
3434

3535
Limitations:
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

4749
Please feel free to submit a [pull

0 commit comments

Comments
 (0)