go-gomail / gomail

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

got Segmentation fault (core dumped) in Ubuntu 14.04.1 LTS #11

Closed airbob closed 9 years ago

airbob commented 9 years ago
~/go/src# go get gopkg.in/gomail.v1 
Segmentation fault (core dumped)

Please help me out

alexcesaro commented 9 years ago

What is your version of Go? (type go version to get it)

Gomail requires Go 1.3 or newer. So if you have an older version you should install Go 1.3 or 1.4: https://golang.org/doc/install

airbob commented 9 years ago

yes, manually install go latest version from source on ubuntu solved my problem, thank you!