From eba1b3a95fabbcdf0092cbaf8b743782c2f21816 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 30 Sep 2019 15:24:09 +0200 Subject: [PATCH] app,ui: move instructions link to package app documentation We're about the split up and finally delete package ui. Move the instructions link to the second most "top-level" package in Gio, package app. Signed-off-by: Elias Naur --- app/doc.go | 2 ++ ui/doc.go | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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