Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-04 00:18:17 +00:00
parent fd7ebaa72d
commit f0c47a27eb
6 changed files with 70 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# go test
> Tests Go packages (files have to end with `_test.go`).
> More information: <https://golang.org/cmd/go/#hdr-Testing_flags>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Testing_flags>.
- Test the package found in the current directory: