names fix
This commit is contained in:
2
tools.go
2
tools.go
@@ -41,7 +41,7 @@ func padLeftVisual(s string, width int) string {
|
||||
}
|
||||
|
||||
// BuildTelegramBoxTable строит ASCII-таблицу с рамками для Telegram HTML <pre>
|
||||
func BuildTelegramHTMLTable(rows [][]string) string {
|
||||
func BuildTelegramTable(rows [][]string) string {
|
||||
if len(rows) == 0 {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user