Skip to content

Commit

Permalink
Merge pull request #651 from glacials/master
Browse files Browse the repository at this point in the history
Add pkger source to README
  • Loading branch information
dhui committed Nov 1, 2021
2 parents 9f8bb1b + bfd0502 commit b5eae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Source drivers read migrations from local or remote sources. [Add a new source?]

* [Filesystem](source/file) - read from filesystem
* [Go-Bindata](source/go_bindata) - read from embedded binary data ([jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata))
* [pkger](source/pkger) - read from embedded binary data ([markbates/pkger](https://github.com/markbates/pkger))
* [GitHub](source/github) - read from remote GitHub repositories
* [GitHub Enterprise](source/github_ee) - read from remote GitHub Enterprise repositories
* [Bitbucket](source/bitbucket) - read from remote Bitbucket repositories
Expand Down
2 changes: 1 addition & 1 deletion source/pkger/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pkger
```
```go
package main

import (
Expand Down

0 comments on commit b5eae1a

Please sign in to comment.