Skip to content

Commit

Permalink
Merge pull request #335 from aceld/feature/aceld
Browse files Browse the repository at this point in the history
rename zconf/zconf.go
  • Loading branch information
aceld authored Aug 28, 2024
2 parents 1b464c2 + 89fe94d commit a7b40a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zconf/globalobj.go → 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 a7b40a3

Please sign in to comment.