Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanExec ¶
func CanExec() bool
CanExec reports whether the current system can start new processes using os.StartProcess or (more commonly) exec.Command.
func InChina ¶
func InChina() bool
InChina returns whether the current time is in China Standard Time.
func IsChinaEnv ¶
func IsChinaEnv() bool
IsChinaEnv returns true when the tools lang env variables is zh
func LookPath ¶
LookPath searches for an executable named file in the directories named by the PATH environment variable, for the os windows, the named file will be spliced with the .exe suffix.
func LookUpGo ¶
LookUpGo searches an executable go in the directories named by the GOROOT/bin or PATH environment variable.
func LookUpProtoc ¶
LookUpProtoc searches an executable protoc in the directories named by the PATH environment variable.
func LookUpProtocGenGo ¶
LookUpProtocGenGo searches an executable protoc-gen-go in the directories named by the PATH environment variable.
func LookUpProtocGenGoGrpc ¶
LookUpProtocGenGoGrpc searches an executable protoc-gen-go-grpc in the directories named by the PATH environment variable.
func LookUpSwagger ¶
LookUpSwagger searches an executable go-swagger in the directories named by the PATH environment variable.
Types ¶
This section is empty.