Files
gio/cmd/gio/doc.go
T
Elias Naur 3c69c81401 cmd/gio: add package documentation
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-08-11 20:03:39 +02:00

11 lines
237 B
Go

// 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