Added syntax highlighting to README.md

Closes #1
This commit is contained in:
Yoshua Wuyts 2014-10-20 12:55:04 +02:00 committed by alexcesaro
parent 707e81ecee
commit ed0214dc63
1 changed files with 24 additions and 22 deletions

View File

@ -32,6 +32,7 @@ https://godoc.org/gopkg.in/gomail.v1
## Example ## Example
```go
package main package main
import ( import (
@ -58,6 +59,7 @@ https://godoc.org/gopkg.in/gomail.v1
panic(err) panic(err)
} }
} }
```
## Contact ## Contact