summaryrefslogtreecommitdiff
path: root/devel/gotests
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-2/+2
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-1/+2
2022-07-19New package for gotests-1.6.0.bsiegert5-0/+87
This is needed by the current gopls version. gotests makes writing Go tests easy. It is a Go command-line tool that generates table driven tests based on its target source files' function and method signatures. Any new dependencies in the test files are automatically imported.