add warning on go version

This commit is contained in:
Stéphane Depierrepont aka Toorop
2015-05-14 10:50:57 +02:00
parent 2cf32b7e1b
commit ad487fd90c

View File

@@ -9,6 +9,9 @@ DKIM package for Golang
``` ```
go get https://github.com/toorop/go-dkim go get https://github.com/toorop/go-dkim
``` ```
Warning: you need to use Go 1.4.2-master or 1.4.3 (when it will be available)
see https://github.com/golang/go/issues/10482 fro more info.
### Sign email ### Sign email
```go ```go