Commit Graph

6 Commits

Author SHA1 Message Date
Doug Fawley d3ae124a07
cleanup: use different import alias for services than messages (#4148) 2021-01-12 12:23:41 -08:00
Garrett Gutierrez ff1fc890e4
internal: reintroduce legacy appengine build constraints (#3838) 2020-08-25 13:49:57 -07:00
Doug Fawley bc714cd8ae
Remove Go 1.9 / AppEngine support; assume go1.12 build tag (#3767) 2020-07-30 16:15:35 -07:00
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
Easwar Swaminathan f3111a575a
interop: Build grpclb_fallback/client.go only for linux. (#3375) 2020-02-12 00:49:35 -08:00
apolcyn d903dd74ec interop: add grpclb fallback test (#2994) 2019-11-08 13:14:23 -08:00