run staticcheck in gometalinter

This commit is contained in:
Marten Seemann 2018-02-21 22:52:36 +08:00
parent b6470311ea
commit 286a51bcc0
6 changed files with 5 additions and 19 deletions

View file

@ -589,8 +589,8 @@ var _ = Describe("Server", func() {
conn.dataToRead <- b.Bytes()
conn.dataReadFrom = udpAddr
ln, err := Listen(conn, testdata.GetTLSConfig(), config)
defer ln.Close()
Expect(err).ToNot(HaveOccurred())
defer ln.Close()
Consistently(func() int { return conn.dataWritten.Len() }).Should(BeZero())
})