aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/example_test.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-03-02go/types: fix method set computationRobert Griesemer
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-09-13go/types: fix scope printing (debugging support)Robert Griesemer
2017-01-10[dev.typealias] go/types: improved Object printingRobert Griesemer
2015-06-30go/types: change {Type,Object,Selection}String to accept a Qualifier functionAlan Donovan
2015-06-16go/types: disable example on darwin/armDavid Crawshaw
2015-06-14go/types: exclude some example tests for arm64, nacl (fix build)Robert Griesemer
2015-06-12go/types: add Example of API usageAlan Donovan