Skip to content

Commit

Permalink
Debug portrange decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Jul 5, 2020
1 parent 485afeb commit 8d05084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/configuration/portranges.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ func NewPortRanges(s []string) (PortRanges, error) {
})
}

fmt.Printf("Result: %+v\n", result)

return result, nil
}

0 comments on commit 8d05084

Please sign in to comment.