github.com/meetsoni15/go-migrate/v4@v4.15.3-0.20221220054613-2c40bd0c4ee9/internal/cli/build_neo4j.go (about) 1 //go:build neo4j 2 // +build neo4j 3 4 package cli 5 6 import ( 7 _ "github.com/meetsoni15/go-migrate/v4/database/neo4j" 8 )