mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 09:38:15 +03:00
pass "go vet" again, can't use unkeyed struct fields from other package
This commit is contained in:
parent
6ed97469b7
commit
a458920721
@ -23,7 +23,7 @@ func TestFetch(t *testing.T) {
|
|||||||
tc.client.Select("inbox")
|
tc.client.Select("inbox")
|
||||||
|
|
||||||
uid1 := imapclient.FetchUID(1)
|
uid1 := imapclient.FetchUID(1)
|
||||||
date1 := imapclient.FetchInternalDate{received}
|
date1 := imapclient.FetchInternalDate{Date: received}
|
||||||
rfcsize1 := imapclient.FetchRFC822Size(len(exampleMsg))
|
rfcsize1 := imapclient.FetchRFC822Size(len(exampleMsg))
|
||||||
env1 := imapclient.FetchEnvelope{
|
env1 := imapclient.FetchEnvelope{
|
||||||
Date: "Mon, 7 Feb 1994 21:52:25 -0800",
|
Date: "Mon, 7 Feb 1994 21:52:25 -0800",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user