github.com/yuukihogo/migrate@v3.0.0+incompatible/cli/build_postgres.go (about)

     1  // +build postgres
     2  
     3  package main
     4  
     5  import (
     6  	_ "github.com/mattes/migrate/database/postgres"
     7  )