doc.go raw

   1  // SPDX-License-Identifier: Unlicense OR MIT
   2  
   3  /*
   4  The gogio tool builds and packages Gio programs for Android, iOS/tvOS
   5  and WebAssembly.
   6  
   7  Run gogio with no arguments for instructions, or see the examples at
   8  https://github.com/p9c/p9/pkg/gel/gio.
   9  */
  10  package main
  11