Skip to content

Create initial project structure #1

@piraz

Description

@piraz

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 LICENSE file (MIT).
  • Create .gitignore for Go builds and OS-specific files.

Acceptance Criteria

  • Repository contains go.mod, README.md, LICENSE, and .gitignore.
  • go mod tidy runs without errors.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions