//
pkg.gl
Category
github.com/why444216978/go-util
sys
package
1.0.30
Repository:
https://github.com/why444216978/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
7
Files
119 SLOC
#
Functions
ExecCommand
ExecCommand 执行系统命令.
ExecCommandGrep
ExecCommandGrep 执行系统pipe命令 ps := exec.Command("ps", "-ef") grep := exec.Command("grep", "-i", "php-fpm").
ExternalIP
ExternalIP 获得请求IP.
GetInternalIP
GetInternalIP 获得请求IP.
HostName
HostName 获得本机名.
LocalIP
LocalIP 获得本机IP.