summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRich Brown <[email protected]>2022-05-05 06:32:23 -0400
committerRich Brown <[email protected]>2022-05-05 06:32:23 -0400
commit79c333fd9811f01eb7277faeeae10fb026ccc84a (patch)
tree3f17058344c5e40d29c81a617b4d99ae28070d6c /README.md
parent67c44be2794a3d49a372c73b859c8063888f3fac (diff)
parent2a9feb82b55481308c0f6aa9d813e9021b0333ef (diff)
Merge branch 'main' of https://github.com/richb-hanover/goresponsiveness-1
* 'main' of https://github.com/richb-hanover/goresponsiveness-1: Upgraded RPM Calculation Support (Take 1) Make Traceable Interface and Refactor Debugging Fully support self-signed certificates (and add debug levels)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5c3b0b0..798cea4 100644
--- a/README.md
+++ b/README.md
@@ -88,11 +88,11 @@ $ ./networkQuality --config mensura.cdn-apple.com --port 443 --path /api/v1/gm/c
## Contributing
-We *love* contributions. Before submitting a patch, format your code with `go fmt` *and* `golines`:
+We *love* contributions. Before submitting a patch, format your code with `go fmt`.
-```
-$ golines -w -m 80 --shorten-comments .
-```
+Normally we would recommend that you format your code using `golines` before submitting, but `golines` does not appear to be compatible with Go's new generic types.
+
+This README.md will be updated when `golines` is patched to support Go's new generic types.
You can easily install `golines` in to your `${GOPATH}` with