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