No description
Keep main.go files under cmd/ and internal libraries under internal/. This will allow us to add more exutables under cmd/ (whereas only one was possible when main.go was kept in the root). Signed-off-by: Tom Gundersen <teg@jklm.no> |
||
|---|---|---|
| cmd/osbuild-composer | ||
| internal | ||
| .gitignore | ||
| dnf-json | ||
| go.mod | ||
| go.sum | ||