Closed alexlarsson closed 1 year ago
@vrothberg PTAL
Fixed the comments from @ygalblum and rebased
I just ran golangci-lint run
(https://golangci-lint.run/) before reading the code and it reports a number of issues which need to be fixed before we can move it over to containers/podman. The linter is a strict enforcement in podman.
Since this has been merged into Podman, closing PR.
This is not necessarily meant to go in this repo, but this is an initial cut at porting all of quadlet into golang, for eventual integration with the podman project.
You can build it with
go build github.com/containers/quadlet/cmd/quadlet
and then run the tests from the "tests" subdirectory with:./testcase-runner.py cases/ /path/to/golang/quadlet