Skip to content

Commit

Permalink
pass "go vet" again, can't use unkeyed struct fields from other package
Browse files Browse the repository at this point in the history
  • Loading branch information
mjl- committed Feb 19, 2025
1 parent 6ed9746 commit a458920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imapserver/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestFetch(t *testing.T) {
tc.client.Select("inbox")

uid1 := imapclient.FetchUID(1)
date1 := imapclient.FetchInternalDate{received}
date1 := imapclient.FetchInternalDate{Date: received}
rfcsize1 := imapclient.FetchRFC822Size(len(exampleMsg))
env1 := imapclient.FetchEnvelope{
Date: "Mon, 7 Feb 1994 21:52:25 -0800",
Expand Down

0 comments on commit a458920

Please sign in to comment.