mirror of
https://github.com/r3-team/r3.git
synced 2026-05-17 22:59:24 -05:00
8 lines
94 B
Go
8 lines
94 B
Go
//go:build linux || darwin
|
|
|
|
package backup
|
|
|
|
func getPgDumpPath() string {
|
|
return "pg_dump"
|
|
}
|