Commit Graph

2 Commits

Author SHA1 Message Date
Matt Moore 1cc7b71529
golang format tools (#1099)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)`
  `goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party)`
/assign n3wscott
/cc n3wscott
2020-02-17 09:56:10 -08:00
Ignacio (Nacho) Cano 68b0ac1c42
Upstreaming Serving filter functions (#1093)
* upstreaming serving filter

* update after code review
2020-02-14 10:43:41 -08:00