go-gomail / gomail

The best way to send emails in Go.
MIT License
4.33k stars 573 forks source link

Error: header.go:76: undefined: sync.Pool #7

Closed mariobaldini closed 9 years ago

mariobaldini commented 9 years ago

Hi,

Just tried to use this package but get the following error:

$ go get gopkg.in/gomail.v1
# gopkg.in/alexcesaro/quotedprintable.v1
/home/src/gopkg.in/alexcesaro/quotedprintable.v1/header.go:76: undefined: sync.Pool
$ 

$ go version
go version go1.2.1 linux/amd64

Am I doing something wrong?

Thanks

Best regards

Mario

alexcesaro commented 9 years ago

As it is said in the Readme, Gomail requires Go 1.3 or newer.