This website requires JavaScript.
Explore
Help
Sign In
status-im
/
migrate
mirror of
https://github.com/status-im/migrate.git
Watch
2
Star
0
Fork
You've already forked migrate
0
Code
Issues
Projects
Releases
Wiki
Activity
31367fbc97
migrate
/
cli
/
build_aws-s3.go
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
// +build aws-s3
package
main
import
(
Update imports to reference fork. Thanks `make rewrite-import-paths`!
2018-01-19 18:56:55 +00:00
_
"github.com/golang-migrate/migrate/source/aws-s3"
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
)