mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
8 lines
82 B
Go
8 lines
82 B
Go
// +build freebsd
|
|
|
|
package utils
|
|
|
|
func RunningOnTerminal() bool {
|
|
return false
|
|
}
|