Golang os包下經常使用的系統相關操做

環境變量相關 1. Getenv函數linux func Getenv(key string) string windows 功能:獲取系統key的環境變量,若是沒有環境變量就返回空app   示例:函數 func main() {     gopath := os.Getenv("GOPATH")     fmt.Println(gopath) }   2. Setenv函數ui func Se
相關文章
相關標籤/搜索