README.md: describe the -token flag

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-03-31 12:27:57 +02:00
parent fef4969e52
commit aa4d478172
+5 -1
View File
@@ -21,7 +21,11 @@ With Go 1.12 or newer,
$ export GO111MODULE=on
$ go run gioui.org/apps/gophers
should display a simple (nonsense) demo.
should display a simple (nonsense) demo that displays Go contributors fetched from GitHub. If you run
into quota issues, supply a [Github token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
with the `-token`flag:
$ go run gioui.org/apps/gophers -token <github token>
## Android