From 54b629561e580443c2cb23bc5d5ffbccb166053b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=B4=87=E5=B2=B3?= Date: Mon, 22 Feb 2021 11:20:10 +0800 Subject: [PATCH] style: code style --- os/genv/genv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/genv/genv.go b/os/genv/genv.go index 0dd2a0a52..0b0e6a8e4 100644 --- a/os/genv/genv.go +++ b/os/genv/genv.go @@ -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".