-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Initialize the repository with essential metadata files and the Go module system. This establishes the foundation for the nviman project.
Tasks
- Initialize Go module:
go mod init github.com/candango/nviman. - Create
README.md(content already defined). - Create
LICENSEfile (MIT). - Create
.gitignorefor Go builds and OS-specific files.
Acceptance Criteria
- Repository contains
go.mod,README.md,LICENSE, and.gitignore. go mod tidyruns without errors.
Reactions are currently unavailable