-
Notifications
You must be signed in to change notification settings - Fork 0
Create go project structure #1
Copy link
Copy link
Closed
Description
Description:
Set up the initial Go project structure for fileok and add a basic GitHub Actions workflow for running tests.
Acceptance criteria:
- Initialize a Go module (go mod init)
- Create the main package and an example file
- Add a basic test file
- Set up a simple .gitignore for Go projects
- Add a minimal GitHub Actions workflow to run tests on push and pull requests
Reactions are currently unavailable