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>
9 lines
113 B
Go
9 lines
113 B
Go
package main
|
|
|
|
import (
|
|
"github.com/host-uk/core/pkg/display/cmd/demo-cli/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|