From 0206512031ad8bbe2feffa367d1900637c1cccfc Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Thu, 24 Apr 2014 00:44:43 +0200 Subject: [PATCH] Add Go version compatibility note Fixes #7 --- goji.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goji.go b/goji.go index 55504d3..80d3ce9 100644 --- a/goji.go +++ b/goji.go @@ -30,6 +30,8 @@ A side effect of this package's ease-of-use is the fact that it is opinionated. If you don't like (or have outgrown) its opinions, it should be straightforward to use the APIs of goji's subpackages to reimplement things to your liking. Both methods of using this library are equally well supported. + +Goji requires Go 1.2 or newer. */ package goji