Browse Source

Add Go version compatibility note

Fixes #7
Carl Jackson 12 years ago
parent
commit
0206512031
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      goji.go

+ 2
- 0
goji.go View File

@ -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 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 to use the APIs of goji's subpackages to reimplement things to your liking. Both
methods of using this library are equally well supported. methods of using this library are equally well supported.
Goji requires Go 1.2 or newer.
*/ */
package goji package goji


Loading…
Cancel
Save