Merge pull request #1174 from aimingo/master

style:  code style
This commit is contained in:
John Guo
2021-02-22 11:41:45 +08:00
committed by GitHub

View File

@ -11,8 +11,8 @@ import (
"github.com/gogf/gf/container/gvar"
"github.com/gogf/gf/os/gcmd"
"os"
"strings"
)
import "strings"
// All returns a copy of strings representing the environment,
// in the form "key=value".