summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-07-16 04:11:13 -0400
committerWill Hawkins <[email protected]>2022-07-16 04:13:21 -0400
commit72c8de6ac0cf85f395ee89db3e8363b2376ec7cd (patch)
tree2c1778dac104a3464d963dfdcafe39ead9e97ff0 /README.md
parent23d16686f2320f9a5fe35aebbaa2e036b27421ca (diff)
[Formatting] Cleanup long lines.
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 fcaf5bd..04b3339 100644
--- a/README.md
+++ b/README.md
@@ -107,11 +107,11 @@ docker run --rm goresp --config mensura.cdn-apple.com --port 443 --path /api/v1/
## Contributing
-We *love* contributions. Before submitting a patch, format your code with `go fmt`.
+We *love* contributions. Before submitting a patch, first format your code with `go fmt`. Then, run `golines`:
-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.
+```
+$ golines -w .
+```
You can easily install `golines` in to your `${GOPATH}` with