Skip to content

Commit 739e38e

Browse files
committed
docs: add fork explanation
1 parent 442fd00 commit 739e38e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This is a fork of [golines](https://github.com/segmentio/golines) to be usable as a library.
44

5+
I considered other options before deciding to fork, but there are no straightforward or non-invasive changes.
6+
7+
Simply isolating some code within a package will not address the root issue unless the code is converted to a dedicated module and all debug/graph-related code is removed.
8+
Realistically, this is not possible.
9+
10+
Issues should be open either on the original [golines repository](https://github.com/segmentio/golines) or on [golangci-lint repository](https://github.com/golangci/golangci-lint).
11+
512
## Modifications
613

714
- The original code is under the `main` package -> uses `golines` package.

0 commit comments

Comments
 (0)