aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/example_test.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-08-22reflect: add example for FieldByIndexMostafa Solati
2018-10-03reflect: add an example for KindDon Byington
2016-12-06reflect: add example for StructOfSebastien Binet
2016-03-25reflect: add method StructTag.LookupJohn Jeffery
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-04-14reflect: document reflect.TypeOf((*Foo)(nil)).Elem() idiomMatthew Dempsky
2014-09-08build: move package sources from src/pkg to srcRuss Cox