Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Aug 28, 2024
1 parent c8c1a1e commit 89fe94d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zconf/zconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ type Config struct {
PrivateKeyFile string // The name of the private key file. If it is empty, TLS encryption is not enabled.(私钥文件名称 默认"" --如果没有设置证书和私钥文件,则不启用TLS加密)
}

/*
Define a global object.(定义一个全局的对象)
*/
// GlobalObject Define a global object.(定义一个全局的对象)
var GlobalObject *Config

// PathExists Check if a file exists.(判断一个文件是否存在)
Expand Down

0 comments on commit 89fe94d

Please sign in to comment.