Fix a typo

I was browsing this and noticed the typo that is causing syntax highlighting to be off.
This commit is contained in:
Parker McGee 2017-05-04 07:44:37 -04:00 committed by GitHub
parent 734803549d
commit a7e1cacd36
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cd examples/migrations && go-bindata -pkg migrations .
import (
"github.com/mattes/migrate"
"github.com/mattes/migrate/source/go-bindata"
"github.com/mattes/migrate/source/go-bindata/examples/migrations
"github.com/mattes/migrate/source/go-bindata/examples/migrations"
)
func main() {