github.com/greenplum-db/gpbackup@v0.0.0-20240517212602-89daab1885b3/gpbackup_helper.go (about)

     1  // +build gpbackup_helper
     2  
     3  package main
     4  
     5  import (
     6  	. "github.com/greenplum-db/gpbackup/helper"
     7  )
     8  
     9  func main() {
    10  	DoHelper()
    11  }