From 4a312d02f2171c5e9f8dd93f22764506487cab14 Mon Sep 17 00:00:00 2001 From: Boyan Date: Sun, 28 Jul 2019 20:40:36 +0200 Subject: [PATCH] Minor fix to Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef0197e..5de804f 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ Contributing Please feel free to submit issues, fork the repository and send pull requests! -When submitting an issue, we ask that you please include a complete test function that demonstrates the issue. Extra credit for those using Testify to write the test code that demonstrates it. +When submitting an issue, we ask that you please include a complete test function that demonstrates the issue. Extra credit for those using Testify to write the test code that demonstrates it. Code generation is used. Look for `CODE GENERATED AUTOMATICALLY` at the top of some files. Run `go generate ./...` to update generated files.