Tag:Coverage
-
Time:2020-11-17
Using go to implement websocket protocol, but there are still more details to be polished. I want to recruit a partner to do development, maintenance and testing, and learn together. Project address: github.com/yeqown/websocket Current progress: Read and write frame in websocket Conn implements open / read / write / close Support TLS connection Support receiving […]
-
Time:2020-6-4
It’s a long time since the last article. I don’t know what I’m doing every day, so the time has slipped away. Today, I’d like to talk about the jacoco that I sorted out some time ago. Jacobo is an open source code coverage tool for the Java language. 1. Why jacoco? Jacobo is […]
-
Time:2020-5-25
We have implemented the websocket protocol with go, but there are still many details to polish. We want to recruit a partner to develop, maintain and test together, and learn together. Project address: github.com/yeqown/websocket Current progress: Complete frame reading and writing in websocket Conn enables on / read / write / off TLS connection support […]