From eea92b9e2c4424af886c8c620efa50fff5a56387 Mon Sep 17 00:00:00 2001 From: Jonathan Torres Date: Fri, 6 Nov 2020 04:19:43 -0500 Subject: [PATCH] readme: fix typo (#114) The word "import" is repeated twice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a7c7f3d..e21b28d1 100644 --- a/README.md +++ b/README.md @@ -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.