mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
fix golint warnings
This commit is contained in:
parent
4472bc9e0e
commit
dbf4bf15bd
2
utils.go
2
utils.go
@ -56,7 +56,7 @@ func GetCurrentIP(configuration *Settings) (string, error) {
|
|||||||
return string(body), nil
|
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 {
|
func IdentifyPanic() string {
|
||||||
var name, file string
|
var name, file string
|
||||||
var line int
|
var line int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user