You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
This is a fork of [golines](https://github.com/segmentio/golines) to be usable as a library.
4
4
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
+
5
12
## Modifications
6
13
7
14
- The original code is under the `main` package -> uses `golines` package.
0 commit comments