Skip to content

Commit

Permalink
chore: Appease linter, name struct fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed May 25, 2024
1 parent 926ef7b commit 76abfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mtail/examples_integration_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestFileSocketStreamComparison(t *testing.T) {
defer wg.Done()
source, err := os.OpenFile(tc.logfile, os.O_RDONLY, 0)
testutil.FatalIfErr(t, err)
s, err := net.DialUnix(scheme, nil, &net.UnixAddr{sockName, scheme})
s, err := net.DialUnix(scheme, nil, &net.UnixAddr{Name: sockName, Net: scheme})
testutil.FatalIfErr(t, err)
n, err := io.Copy(s, source)
testutil.FatalIfErr(t, err)
Expand Down

0 comments on commit 76abfd9

Please sign in to comment.
  NODES
Community 1
Intern 1
Note 1
os 7
text 1
Users 1
web 1