go/pkg/display/cmd/demo-cli/main.go
Snider 41a0faba75 refactor: migrate module path from Snider/Core to host-uk/core
Move Go module from github.com/Snider/Core to github.com/host-uk/core
to match the new repository location under the host-uk organization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 15:29:42 +00:00

9 lines
113 B
Go

package main
import (
"github.com/host-uk/core/pkg/display/cmd/demo-cli/cmd"
)
func main() {
cmd.Execute()
}