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
c3794da4ed
migrate
/
cli
/
build_aws-s3.go
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
Use correct build contraints (must be alphanumeric) Fixes: https://github.com/golang-migrate/migrate/issues/52
2018-06-12 08:18:27 +00:00
// +build aws_s3
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
package
main
import
(
Rename sources to reflect updated build constraint names
2018-06-12 08:32:58 +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
)