package main import ( "fmt" "git.kirsle.net/apps/doodle/lib/ui/eg/layout" ) func main() { fmt.Println("Hello world") layout.main() }