From fad17065fea475fc322982098dc13b77ca5fd8bf Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 15 Sep 2018 15:26:42 -0700 Subject: [PATCH] Update README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7388c72..2f3d155 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ GOUTILS This is a collection of small utility code I've written in Go; the `cmd/` directory has a number of command-line utilities. Rather than keep all of these in superfluous repositories of their own, I'm putting them here. +Note that for packaging purposes, the goutils-pkg repo should be used: it +pins the library versions to working copies and vendors all depdencies. See +https://github.com/kisom/goutils-pkg for more details. Contents: