refactor with libdns #1
Annotations
10 errors
golangci-lint:
config/config.go#L6
var-naming: var IpNotifyFormat should be IPNotifyFormat (revive)
|
golangci-lint:
internal/config/config.go#L7
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
golangci-lint:
internal/config/config.go#L11
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
golangci-lint:
internal/config/config.go#L15
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
golangci-lint:
notify/notify.go#L36
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
internal/ip/ip.go#L10
var-naming: const IpConfigCoAddr should be IPConfigCoAddr (revive)
|
golangci-lint:
internal/ip/ip.go#L13
exported: type name will be used as ip.IPResponse by other packages, and that stutters; consider calling this Response (revive)
|
golangci-lint:
internal/ip/ip.go#L17
exported: type name will be used as ip.IPGetter by other packages, and that stutters; consider calling this Getter (revive)
|
golangci-lint:
dns/mu.go#L15
var-naming: struct field apiUrl should be apiURL (revive)
|
golangci-lint:
dns/mu.go#L19
var-naming: func parameter apiUrl should be apiURL (revive)
|
Loading