Skip to content

Commit

Permalink
readme: fix typo (#114)
Browse files Browse the repository at this point in the history
The word "import" is repeated twice
  • Loading branch information
jonathantorres committed Nov 6, 2020
1 parent 9f985d5 commit eea92b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Included are the following:
- dirhash: calculate hashes over directory trees the same way that the Go tool does.
- goproxytest: a GOPROXY implementation designed for test use.
- gotooltest: Use the Go tool inside test scripts (see testscript below)
- imports: list of known architectures and OSs, and support for reading import import statements.
- imports: list of known architectures and OSs, and support for reading import statements.
- modfile: read and write `go.mod` files while preserving formatting and comments.
- module: module paths and versions.
- par: do work in parallel.
Expand Down

0 comments on commit eea92b9

Please sign in to comment.