From d43bb61fdfdafb29f4b1add4b849c5bfe4eeb497 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 9 Aug 2021 11:48:47 -0700 Subject: [PATCH] docs: reflect minimum go version in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9eed850..f5dcdd6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ by scanning directory patterns recursively. It modifies all source files in place and avoids adding a license header to any file that already has one. +addlicense requires go 1.16 or later. + ## install go get -u github.com/google/addlicense