Skip to content

Commit

Permalink
Merge pull request #215 from kitsuyui/update-doc-comment
Browse files Browse the repository at this point in the history
Update doc comment
  • Loading branch information
kitsuyui authored Jul 18, 2023
2 parents 190fd2e + 65e8e02 commit 361e0b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resolvers/dns_resolver/dns_resolver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// DNS Resolver
// Resolve IP address by DNS query
package dns_resolver

import (
Expand Down
2 changes: 2 additions & 0 deletions resolvers/http_resolver/http_resolver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// HTTP resolver
// Detect IP address by HTTP / HTTPS response
package http_resolver

import (
Expand Down
3 changes: 3 additions & 0 deletions resolvers/stun_resolver/stun_resolver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// STUN Resolver
// Resolve IP address by STUN protocol
// c.f. https://en.wikipedia.org/wiki/STUN
package stun_resolver

import (
Expand Down

0 comments on commit 361e0b4

Please sign in to comment.