We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7b210 commit bd0dc3fCopy full SHA for bd0dc3f
textsubs_test.go
@@ -44,7 +44,7 @@ func TestMyFunction(t *testing.T) {
44
t.Log("")
45
46
t.Log("Found IP addresses: ")
47
- output_ip_addresses, err := listIPs(dataString)
+ output_ip_addresses, err := ListIPs(dataString)
48
49
if err != nil {
50
t.Error(err)
0 commit comments