1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

fix golint warnings

This commit is contained in:
Timothy 2017-10-27 12:00:42 +08:00
parent 4472bc9e0e
commit dbf4bf15bd

View File

@ -56,7 +56,7 @@ func GetCurrentIP(configuration *Settings) (string, error) {
return string(body), nil
}
// IdentifyPanic identifies panic and output the detailed panic infomation
// IdentifyPanic identifies panic and output the detailed panic information
func IdentifyPanic() string {
var name, file string
var line int