Bumbed version to v2-unstable
This commit is contained in:
parent
88beb2f13c
commit
5a1ac3fca0
|
@ -23,12 +23,12 @@ It requires Go 1.2 or newer.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
https://godoc.org/gopkg.in/gomail.v1
|
https://godoc.org/gopkg.in/gomail.v2-unstable
|
||||||
|
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
go get gopkg.in/gomail.v1
|
go get gopkg.in/gomail.v2-unstable
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
@ -37,7 +37,7 @@ https://godoc.org/gopkg.in/gomail.v1
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"gopkg.in/gomail.v1"
|
"gopkg.in/gomail.v2-unstable"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in New Issue