diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-05-20 07:19:33 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-05-20 07:19:33 +0200 |
commit | a61d928b279c5c508aca3bfc7cb14d810c3d75de (patch) | |
tree | 6df664d4b58f1266e2782252547ed35e3c960b34 /Testing Golang programs.md | |
parent | d4bd3ad4a869c87fcfa4f83b42555a6c8e1bc746 (diff) |
vault backup: 2025-05-20 07:19:33
Diffstat (limited to 'Testing Golang programs.md')
-rw-r--r-- | Testing Golang programs.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Testing Golang programs.md b/Testing Golang programs.md index e9d48de..a97f734 100644 --- a/Testing Golang programs.md +++ b/Testing Golang programs.md @@ -2,6 +2,7 @@ tags: - golang - howto + - testing --- `go test` reads files ending with `_test.go`: 3 specialized functions: - Test functions; names start with Test, 1 arg. \*testing.T |