diff options
author | xengineering <me@xengineering.eu> | 2024-12-01 20:26:12 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-12-01 20:26:12 +0100 |
commit | 4c500acc06bd01b52ceacd3dc458f4eb7070e381 (patch) | |
tree | 54f7a6eeb6f3053f6341c3b9c21899739558e113 | |
parent | 9ccb926124e84f46453b863f9cf3b1bdd93836ac (diff) | |
download | optional-go-4c500acc06bd01b52ceacd3dc458f4eb7070e381.tar optional-go-4c500acc06bd01b52ceacd3dc458f4eb7070e381.tar.zst optional-go-4c500acc06bd01b52ceacd3dc458f4eb7070e381.zip |
Introduce example_ prefix convention
This allows to distinguish unit test files of the format
`<name>_test.go` from full file examples like `example_<name>_test.go`.
-rw-r--r-- | optional/example_template_test.go (renamed from optional/template_test.go) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/optional/template_test.go b/optional/example_template_test.go index 83b5821..83b5821 100644 --- a/optional/template_test.go +++ b/optional/example_template_test.go |