diff --git a/app/doc.go b/app/doc.go index 620a4107..6eb37edc 100644 --- a/app/doc.go +++ b/app/doc.go @@ -4,6 +4,8 @@ Package app provides a platform-independent interface to operating system functionality for running graphical user interfaces. +See https://gioui.org for instructions to set up and run Gio programs. + Windows Create a new Window by calling NewWindow. On mobile platforms or when Gio diff --git a/ui/doc.go b/ui/doc.go index 5e7fd7e5..79b78a05 100644 --- a/ui/doc.go +++ b/ui/doc.go @@ -4,8 +4,6 @@ Package ui defines operations buffers, units and common operations for GUI programs written with the Gio module. -See https://gioui.org for instructions to setup and run Gio programs. - Operations Gio programs use operations, or ops, for describing their user