1 // +build go_bindata 2 3 package cli 4 5 import ( 6 _ "github.com/golang-migrate/migrate/v4/source/go_bindata" 7 ) 8
View as plain text