Max Chechel
Max Chechel
Hi, It happens both in my local environment and in the provided docker container. If I replace `RUN make build` with `RUN make ci` I see the following error: ```...
I'm an author of the GoUnit and I think there's no better alternative for now: https://github.com/hexdigest/gounit-vim
Here is the correct version of the removeEmptyStructs mentioned in #113 that support multiple levels of structs nesting when some levels can be pointers and some not: https://github.com/hexdigest/envconfig/blob/master/envconfig.go#L230:L263 I also...