Source File
comfunc.go
Belonging Package
github.com/gookit/goutil/internal/comfunc
package comfuncimport ()// Environ like os.Environ, but will returns key-value map[string]string data.func () map[string]string {:= os.Environ():= make(map[string]string, len())for , := range {:= strings.SplitN(, "=", 2)if len() < 2 {[[0]] = ""} else {[[0]] = [1]}}return}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |