github.com/nokia/migrate/v4@v4.16.0/internal/cli/build_postgres.go (about)

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