refactor: reorganize project in order to include automation #1
Loading…
Reference in a new issue
No description provided.
Delete branch ":master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds support for tests, linting, and building the project for various architectures through a Makefile (instead of relying on a bash script). It also adds Forgejo actions that will run the tests and linter automatically, and provide a way to build releases for multiple target through simple tagging.
Many changes in the project's general structure were made in order to support this. These changes include:
go.mod
when building 3021ab8896