diff options
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 |