// +build !windows package main const ( // idetifies if test suite is running on a unix platform isUnixCli = true )