From 3c69c81401e78ab9c8705717bb819856a26da062 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 11 Aug 2019 20:03:39 +0200 Subject: [PATCH] cmd/gio: add package documentation Signed-off-by: Elias Naur --- cmd/gio/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cmd/gio/doc.go diff --git a/cmd/gio/doc.go b/cmd/gio/doc.go new file mode 100644 index 00000000..8e6e8795 --- /dev/null +++ b/cmd/gio/doc.go @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: Unlicense OR MIT + +/* +The gio tool builds and packages Gio programs for Android, iOS/tvOS +and WebAssembly. + +Run gio with no arguments for instructions, or see the examples at +https://gioui.org. +*/ +package main