Skip to content

Migrate Entry Point to cmd/ #19

@baync180705

Description

@baync180705

Move the main execution file to separate the binary from the library code. Tasks:

  • Create directory cmd/sysreplicate.
  • Move main.go → cmd/sysreplicate/main.go.
  • Fix imports (paths relative to root need to be absolute github.com/mdgspace/sysreplicate/...).
  • Acceptance Criteria: go run cmd/sysreplicate/main.go runs the tool successfully.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions