1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-01 00:24:54 +02:00
Files
revive/formatter
Hazhir Derakhshi f3f77bb387 refactor: remove tablewriter dependency (#1351)
* Rewrite Friendly.table method to replace tablewriter with fmt.Fprintf

* Refactor Stylish formatter to use custom table rendering instead of tablewriter

* Refactor Friendly and Stylish formatters to utilize a new custom table rendering function

* Remove unused dependencies from go.mod and go.sum

* Refactor table formatting by replacing formatTable with a new table function in friendly.go

* Utilize text/tabwriter in fromatting a table

* Refactor table function to use bytes.Buffer for improved performance
2025-05-17 19:33:14 +02:00
..
2023-09-23 10:41:34 +02:00
2022-04-10 11:55:13 +02:00
2023-10-29 08:05:08 +01:00
2024-12-08 11:08:54 +01:00
2025-05-08 10:19:22 +02:00
2019-08-02 08:21:33 -07:00
2024-12-08 11:08:54 +01:00