chiでproxy
grpc-gatewayでgRPCとREST両対応のサーバを作る | フューチャー技術ブログのサンプルでmux.Handle("/docs/", docsProxy)となっているところを、go-chi/chi: lightweight, idiomatic and composable router for building Go HTTP servicesを使っているのでrouter.Handle("/docs/", docsProxy)
と書いたところ、docsは見れるのに、cssやjsが404で見れなくて何でだろうと思った。