github.com/scraniel/migrate@v0.0.0-20230320185700-339088f36cee/internal/cli/build_postgres.go (about)

     1  //go:build postgres
     2  // +build postgres
     3  
     4  package cli
     5  
     6  import (
     7  	_ "github.com/golang-migrate/migrate/v4/database/postgres"
     8  )