Skip to content

Commit

Permalink
Applied comments to packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Mar 5, 2022
1 parent 3974fe2 commit 4b09eb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ipv4/ipv4.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Package ipv4 requests your Internet-facing IPv4 address,
// sourced from four different online APIs.
// © Ben Garrett https://github.com/bengarrett/myip
package ipv4

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/ipv6/ipv6.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Package ipv4 requests your Internet-facing IPv6 address,
// sourced from four different online APIs.
// © Ben Garrett https://github.com/bengarrett/myip
package ipv6

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/ping/ping.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Package ping contains string functions for the
// ipv4 and ipv6 packages.
// © Ben Garrett https://github.com/bengarrett/myip
package ping

import (
Expand Down

0 comments on commit 4b09eb3

Please # to comment.