Merge pull request #231 from marccampbell/master

Fix example to check the correct error value
This commit is contained in:
mattn
2015-08-26 01:33:44 +09:00

View File

@@ -54,7 +54,7 @@ func main() {
log.Fatal(err)
}
bk.Step(-1)
_, err = bk.Step(-1)
if err != nil {
log.Fatal(err)
}