Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Remove mentions to https://github.com/jteeuwen/go-bindata #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
Source drivers read migrations from local or remote sources. [Add a new source?](source/driver.go)

* [Filesystem](source/file) - read from fileystem
* [Go-Bindata](source/go-bindata) - read from embedded binary data ([jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata))
* [Go-Bindata](source/go-bindata) - read from embedded binary data ([kevinburke/go-bindata](https://github.com/kevinburke/go-bindata))
* [Github](source/github) - read from remote Github repositories
* [AWS S3](source/aws-s3) - read from Amazon Web Services S3
* [Google Cloud Storage](source/google-cloud-storage) - read from Google Cloud Platform Storage
Expand Down
2 changes: 1 addition & 1 deletion source/go-bindata/README.md
Expand Up @@ -7,7 +7,7 @@
### Read bindata with NewWithSourceInstance

```shell
go get -u github.com/jteeuwen/go-bindata/...
go get -u github.com/kevinburke/go-bindata/...
cd examples/migrations && go-bindata -pkg migrations .
```

Expand Down