From 5f5a5fa2703502bd6101bac72f2cf6f9ed2ca82e Mon Sep 17 00:00:00 2001 From: Hyang-Ah Hana Kim Date: Thu, 16 Apr 2015 14:09:05 -0400 Subject: [PATCH] cmd/gobind: list byte slice as a supported type. Fixes golang/go#10481. Change-Id: I8cee771c32347c2ef641b416dbc1967dc52a0f46 Reviewed-on: https://go-review.googlesource.com/8986 Reviewed-by: Burcu Dogan --- cmd/gobind/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/gobind/doc.go b/cmd/gobind/doc.go index 12a567c..1bf6623 100644 --- a/cmd/gobind/doc.go +++ b/cmd/gobind/doc.go @@ -43,6 +43,8 @@ Supported types include: - String and boolean types. + - Byte slice type. + - Any function type all of whose parameters and results have supported types. Functions must return either no results, one result, or two results where the type of the second is