github.com/kubecost/golang-migrate-duckdb/v4@v4.17.0-duckdb.1/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  )