Skip to content

Commit 6d13a80

Browse files
committed
Indent list correctly
1 parent 9b61b6f commit 6d13a80

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ 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
45-
limitation of the `reflect` package.
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.
4646

4747
Please feel free to submit a [pull
4848
request](https://github.com/github/depstubber/pulls) for any of the above, or

0 commit comments

Comments
 (0)