Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 8, 2024
1 parent 8bee4dd commit 970907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webconnectivityalgo/dnswhoami.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type DNSWhoamiInfoEntry struct {
Address string `json:"address"`
}

// dnsWhoamiInfoTimedEntry wraps a [DNSWhoamiInfoEntry].
// dnsWhoamiInfoTimedEntry keeps an address and the time we create the entry together.
type dnsWhoamiInfoTimedEntry struct {
Addr string
T time.Time
Expand Down

0 comments on commit 970907c

Please sign in to comment.