aboutsummaryrefslogtreecommitdiffstats
path: root/testdata/struct_reference.go
AgeCommit message (Collapse)Author
2023-05-17struct_reference.go: Test multiple diagnostics on one lineTeddy Wing
2023-05-16Add license (GNU GPLv3+)Teddy Wing
2023-05-16Add automated testTeddy Wing
Follow `golang.org/x/tools/go/analysis/passes/testinggoroutine` to write the test runner: https://github.com/golang/tools/blob/1c9fe3f82c363b929ef7239ca0ad8a5dafbbcf05/go/analysis/passes/testinggoroutine/testinggoroutine_test.go Add "want" comments to test code for validation.
2023-05-15Add a new test for struct methodsTeddy Wing