mirror of
https://github.com/mjl-/mox.git
synced 2025-04-21 21:40:01 +03:00
pass "go vet" again, can't use unkeyed struct fields from other package
This commit is contained in:
parent
6ed97469b7
commit
a458920721
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue