mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
9 lines
121 B
Go
9 lines
121 B
Go
// +build !windows
|
|
|
|
package main
|
|
|
|
const (
|
|
// identifies if test suite is running on a unix platform
|
|
isUnixCli = true
|
|
)
|