Aaron U'Ren
|
874a746e30
|
feat(.golangci.yml): enable gosec and remediate
|
2021-09-11 16:20:07 -05:00 |
|
Aaron U'Ren
|
a86b3fad35
|
fact: handle errors from Close() explicitely
|
2021-04-14 16:23:59 -05:00 |
|
Aaron U'Ren
|
96675e620b
|
fix: don't capitalize error messages
It is standard practice in Go to not capitalize error messages:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings
|
2021-04-14 16:23:59 -05:00 |
|
Murali Reddy
|
148736b33d
|
fix gofmt
|
2020-02-17 02:06:17 +05:30 |
|
wu0407
|
459e52eba2
|
fix unhealthy on api server down (#813)
* fix router controller unhealthy on api server down
* import glog
* use NetworkRoutingController podCidr
* fix undefind
|
2020-02-17 01:56:21 +05:30 |
|
Murali Reddy
|
23d43622ec
|
split routing controllers to smaller modules by function (#406)
* split routing controllers to smaller modules by function
* review comments
|
2018-04-23 05:42:28 +00:00 |
|