From ec112d8787053c45fe834078a2b1b5df5ddc4307 Mon Sep 17 00:00:00 2001 From: "Hyang-Ah (Hana) Kim" Date: Wed, 13 May 2015 16:33:55 -0400 Subject: [PATCH] bind: mention the supported binding rules. Change-Id: I4760042871b2ccb7b24ee79ef9adef54cfb9303b Reviewed-on: https://go-review.googlesource.com/9996 Reviewed-by: Alan Donovan --- bind/bind.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bind/bind.go b/bind/bind.go index 51bc34c..6f3faac 100644 --- a/bind/bind.go +++ b/bind/bind.go @@ -4,7 +4,9 @@ // Package bind implements a code generator for gobind. // -// See the documentation on the gobind command for usage details. +// See the documentation on the gobind command for usage details +// and the list of currently supported types. +// (http://godoc.org/golang.org/x/mobile/cmd/gobind) package bind // import "golang.org/x/mobile/bind" // TODO(crawshaw): slice support