I was contracted to port a large Java code base to Go. The code in question is a Java client for RavenDB, a NoSQL JSON document database. Code with tests was around 50 thousand lines. The result of the port is a Go client. This article describes what Iâve learn in the process. Testing, code coverage Large projects benefit greatly from automated testing and tracking code coverage. I used TravisCI a
{{#tags}}- {{label}}
{{/tags}}