grpc-go/examples/helloworld
Menghan Li c7079afb44
lint: fail on missing package comment (#3524)
golint does check for missing package comment, but with low confidence.
golint checks each file, and complains on every file missing package comment, even though another file in the same package has the comment.

This PR adds a golint check with low min_confidence, and filters out false-positives.
2020-04-15 09:59:17 -07:00
..
greeter_client examples: add regression test script to hello world example (#3092) 2019-10-21 13:00:46 -07:00
greeter_server examples: add Unimplemented___Server to all example servers (#3071) 2019-10-04 10:54:09 -07:00
helloworld protobuf: update protoc-gen-go version and generated code (#3345) 2020-01-30 10:23:21 -08:00
mock_helloworld lint: fail on missing package comment (#3524) 2020-04-15 09:59:17 -07:00