Skip to content

Commit

Permalink
Merge pull request #21 from harakeishi/fix/NetworkAdmin
Browse files Browse the repository at this point in the history
置き換え忘れがあったので修正
  • Loading branch information
harakeishi committed Feb 1, 2022
2 parents e14e7b2 + ab82da8 commit f547d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whris/whris.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Resolve(domain string, verbose bool) error {
func (s *Summary) ParseWhoisResponse() error {
paragraph := s.BreakDownWhoisResponseIntoParagraphs()
for _, v := range paragraph {
tmp := NetworkAdomin{}
tmp := NetworkAdmin{}
row := strings.Split(v, "\n")
for _, val := range row {
col := strings.Split(val, ":")
Expand Down

0 comments on commit f547d52

Please sign in to comment.