sage
sage copied to clipboard
🌿 A Make-like build tool for Go projects
Very initial take on a suggested way of handling CSP for firebase. This takes in a set of "groups" and saves a generated Firebase config file using it. If we...
``` [go-lint] level=error msg="Failed to fix issues in file backend/internal/svc//db.go: failed to get file bytes for backend/internal/svc//db.go: can't read file backend/internal/svc//db.go: open backend/internal/svc//db.go: no such file or directory" ``` Auto-fixing...
This functionality is needed to cleanly exit Docker Compose for example.
`sggo.TestCommand` prevents test results from being cached by go tooling. According to go docs the only flags that may be set for caching to apply is > -benchtime, -cpu, -list,...
Creating this issue for tracking This is my sage file: https://github.com/einride/evolve/blob/permissions/.sage/proto.go I'm uncertain what's triggering the issue, but could be after making changes in my buf dependencies and then running...
Many GitHub releases also publish a checksum file. Sage could, if that file is available, also download it and verify the downloaded artifact against the checksum. This is useful when...
This would be useful to get Docker Compose to output it's colors for services for example, and not have the Sage step name as prefix.
Some tools show no output and when a tool sometimes fails, the only way to see why it is failing is to change a local version of sage. I suggest...
At least in the evolve backend folder, when I run `make go-lint`, any issue in the .go files that are siblings to go.mod/go.sum files is completely ignored. Steps to reproduce:...