]> Cypherpunks repositories - gostls13.git/commit
reflect: add comment for String method of Kind struct
authorVladimir Kovpak <cn007b@gmail.com>
Fri, 16 Nov 2018 14:23:17 +0000 (14:23 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 16 Nov 2018 14:29:14 +0000 (14:29 +0000)
commit9ffd5f31dcb95189eeb5c1754291df7b477d5dda
tree63b696fe089b975df0e361743138d04f5373b0bc
parent48e4d36fed94f0549f17ca082c0106bada094d5d
reflect: add comment for String method of Kind struct

On reflect documentation page only this function
doesn't have description, this commit add simple description.

Change-Id: Idcda89ddd1f6fdd1938c4030e89ebdc186255ce6
GitHub-Last-Rev: 1553b834bb4f7a49efc7ff81763a255bc51bbf17
GitHub-Pull-Request: golang/go#28818
Reviewed-on: https://go-review.googlesource.com/c/149721
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/reflect/type.go