Skip to content

Commit 5f31c45

Browse files
luo6luo6
luo6
authored and
luo6
committed
init
1 parent 609ebcf commit 5f31c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func trimTableCell(headers []string, content [][]string) {
1919
}
2020
}
2121

22-
func Table(headers []string, content [][]string) {
22+
func Show(headers []string, content [][]string) {
2323
trimTableCell(headers, content)
2424
// 寻找每列最长字符
2525
maxWidths := make([]int, len(headers), len(headers))

0 commit comments

Comments
 (0)