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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
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
+
12
+
**No modifications will be accepted other than the synchronization of the fork.**
13
+
14
+
The synchronization of the fork will be done by the golangci-lint maintainers only.
15
+
5
16
## Modifications
6
17
7
18
- The original code is under the `main` package -> uses `golines` package.
@@ -21,10 +32,6 @@ This is a fork of [golines](https://github.com/segmentio/golines) to be usable a
21
32
- The code related to graph has been removed.
22
33
- The module name has been changed to `github.com/golangci/golines` to avoid replacement directives inside golangci-lint.
23
34
24
-
**No modifications will be accepted other than the synchronization of the fork.**
25
-
26
-
The synchronization of the fork will be done by the golangci-lint maintainers only.
27
-
28
35
## History
29
36
30
37
- sync with fc305205784a70b4cfc17397654f4c94e3153ce4 (after v0.12.2)
0 commit comments