This website requires JavaScript.
Explore
Help
Sign In
status-im
/
migrate
Watch
2
Star
0
Fork
0
You've already forked migrate
mirror of
https://github.com/status-im/migrate.git
synced
2025-02-23 08:18:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 16:18:27 +08:00
// +build aws_s3
build cli with all source and database drivers
2017-05-17 19:10:45 -07:00
package
main
import
(
Rename sources to reflect updated build constraint names
2018-06-12 16:32:58 +08:00
_
"github.com/golang-migrate/migrate/source/aws_s3"
build cli with all source and database drivers
2017-05-17 19:10:45 -07:00
)
Reference in New Issue
Copy Permalink