Commit Graph

2 Commits

Author SHA1 Message Date
Marten Seemann
79c95e1161 fix mockgen script which caused a probem with the vendored curve25519
curve25519 uses Go compiler directives (go:noescape), which apparently
mockgen doesn't understand and therefore throws errors.
2018-01-02 23:55:12 +07:00
Marten Seemann
d2e31c04ab generate the streamI mock in the quic package
By doing so, we can mock private methods of the stream, so they cannot
be type-asserted by users of quic-go.
2017-12-20 10:42:07 +07:00