Skip to content

Commit

Permalink
Fixed package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaya committed Sep 13, 2019
1 parent f45638b commit dfd295a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ip.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ipFormat
package ipformat

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion ipv4.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ipFormat
package ipformat

// ToV4 converts ipv6 to ipv4
// func (ip IP) ToV4() (IP, error) {
Expand Down
2 changes: 1 addition & 1 deletion ipv6.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ipFormat
package ipformat

import (
"strconv"
Expand Down

0 comments on commit dfd295a

Please sign in to comment.