mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-09-20 02:59:39 +02:00
Fixed minor code style in PR
- Fixed minor coding style in PR - Updated geoip list
This commit is contained in:
@@ -47,7 +47,7 @@ func handleListCertificate(w http.ResponseWriter, r *http.Request) {
|
||||
LastModifiedDate string
|
||||
ExpireDate string
|
||||
RemainingDays int
|
||||
DNS bool
|
||||
UseDNS bool
|
||||
}
|
||||
|
||||
results := []*CertInfo{}
|
||||
@@ -94,7 +94,7 @@ func handleListCertificate(w http.ResponseWriter, r *http.Request) {
|
||||
LastModifiedDate: modifiedTime,
|
||||
ExpireDate: certExpireTime,
|
||||
RemainingDays: expiredIn,
|
||||
DNS: certInfo.DNS,
|
||||
UseDNS: certInfo.UseDNS,
|
||||
}
|
||||
|
||||
results = append(results, &thisCertInfo)
|
||||
|
Reference in New Issue
Block a user