From 77828d0bd5128f2132717c618987bef748833718 Mon Sep 17 00:00:00 2001 From: TheLazyCode-hub <52132344+TheLazyCode-hub@users.noreply.github.com> Date: Thu, 31 Oct 2019 01:26:57 +0530 Subject: [PATCH] fix(docs): typo (#1109) --- tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.go b/tools.go index 6c5dec879..91acdd2a0 100644 --- a/tools.go +++ b/tools.go @@ -2,7 +2,7 @@ // https://github.com/golang/go/issues/25922#issuecomment-412992431 // this file is to track dev dependencies for go modules that are needed -// to build this project, but are only CLI tools and don't get imported +// to build this project, but they are only CLI tools and don't get imported package tools