GUI packages, examples, and documentation for building desktop applications with Go and web technologies. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
117 B
Go
9 lines
117 B
Go
package main
|
|
|
|
import (
|
|
"github.com/host-uk/core-gui/pkg/display/cmd/demo-cli/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|