You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: initialize project name from template
Replace {{PROJECT_NAME}} placeholders with llm-d-inference-payload-processor
across go.mod, Dockerfile, Makefile, README.md, and the feature request
issue template. Drop the template TODO banners now that the values are set.
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
* fix: point build at ./cmd and make go.sum optional
The Go entrypoint lives in ./cmd/main.go, so 'make build' and the
Dockerfile build step need to target ./cmd rather than the repo root.
Also make go.sum optional in the Dockerfile using the COPY go.su[m]
glob trick — the file doesn't exist until the first dependency is
added, and the template shouldn't require a placeholder go.sum.
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
---------
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
0 commit comments