rename, add Makefile rename support
All checks were successful
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 9s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
2025-03-31 10:13:02 -04:00
parent 95aa1e47d1
commit c8e461729f
12 changed files with 55 additions and 27 deletions

View File

@ -23,9 +23,9 @@ import (
"gitea.libretechconsulting.com/rmcguire/go-app/pkg/srv/grpc/opts"
optshttp "gitea.libretechconsulting.com/rmcguire/go-app/pkg/srv/http/opts"
"gitea.libretechconsulting.com/rmcguire/go-http-server-with-otel/pkg/config"
"gitea.libretechconsulting.com/rmcguire/go-http-server-with-otel/pkg/demogrpc"
"gitea.libretechconsulting.com/rmcguire/go-http-server-with-otel/pkg/demohttp"
"gitea.libretechconsulting.com/rmcguire/go-server-with-otel/pkg/config"
"gitea.libretechconsulting.com/rmcguire/go-server-with-otel/pkg/demogrpc"
"gitea.libretechconsulting.com/rmcguire/go-server-with-otel/pkg/demohttp"
)
var flagSchema bool