Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Clarification in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Oct 20, 2018
1 parent 0921423 commit 1b2f850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Go modules internals

The internals of Go modules, extracted from [golang/go](https://github.com/golang/go). All
occurrences of `internal` in import paths have been rewritten to `_internal_`,
but the code is otherwise unchanged.
occurrences of `internal` in import paths have been rewritten to `_internal_`, which makes
these packages importable, but everything is otherwise unchanged.

## Re-extracting

Expand Down

0 comments on commit 1b2f850

Please sign in to comment.