Skip to content

Commit bd0dc3f

Browse files
committed
made function public
1 parent 5a7b210 commit bd0dc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textsubs_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestMyFunction(t *testing.T) {
4444
t.Log("")
4545

4646
t.Log("Found IP addresses: ")
47-
output_ip_addresses, err := listIPs(dataString)
47+
output_ip_addresses, err := ListIPs(dataString)
4848

4949
if err != nil {
5050
t.Error(err)

0 commit comments

Comments
 (0)