CODEEXPLORE Telegram 4141
معرفی Tablewriter چاپ جدول قشنگ توی CLI 🚀

اگه با Go کار میکنی و میخوای خروجی ترمینالت مرتب و حرفه‌ای باشه، Tablewriter دقیقاً همونه! باهاش میتونی جدول‌های ASCII/Unicode/Markdown/HTML بسازی، سطر و ستون‌هات رو تراز کنی و حتی استایل شخصی بدی.

نصب
go get github.com/olekukonko/tablewriter@latest

نمونه سریع
data := [][]any{
{"Alice", "25 yrs", "New York"},
{"Bob", "30 yrs", "Boston"},
}

table := tablewriter.NewTable(os.Stdout)
table.Header("Name", "Age", "City")
table.Bulk(data)
_ = table.Render()

📌 خروجی:
┌───────┬────────┬──────────┐
│ NAME │ AGE │ CITY │
├───────┼────────┼──────────┤
│ Alice │ 25 yrs │ New York │
│ Bob │ 30 yrs │ Boston │
└───────┴────────┴──────────┘

ابزاری ساده ولی حرفه‌ای برای اینکه جدول‌های CLI جذاب بسازی

#go #cli
☕️Telegram | Website | Discord
❤‍🔥5😁3😍2🔥1



tgoop.com/CodeExplore/4141
Create:
Last Update:

معرفی Tablewriter چاپ جدول قشنگ توی CLI 🚀

اگه با Go کار میکنی و میخوای خروجی ترمینالت مرتب و حرفه‌ای باشه، Tablewriter دقیقاً همونه! باهاش میتونی جدول‌های ASCII/Unicode/Markdown/HTML بسازی، سطر و ستون‌هات رو تراز کنی و حتی استایل شخصی بدی.

نصب

go get github.com/olekukonko/tablewriter@latest

نمونه سریع
data := [][]any{
{"Alice", "25 yrs", "New York"},
{"Bob", "30 yrs", "Boston"},
}

table := tablewriter.NewTable(os.Stdout)
table.Header("Name", "Age", "City")
table.Bulk(data)
_ = table.Render()

📌 خروجی:
┌───────┬────────┬──────────┐
│ NAME │ AGE │ CITY │
├───────┼────────┼──────────┤
│ Alice │ 25 yrs │ New York │
│ Bob │ 30 yrs │ Boston │
└───────┴────────┴──────────┘

ابزاری ساده ولی حرفه‌ای برای اینکه جدول‌های CLI جذاب بسازی

#go #cli
☕️Telegram | Website | Discord

BY کداکسپلور | CodeExplore


Share with your friend now:
tgoop.com/CodeExplore/4141

View MORE
Open in Telegram


Telegram News

Date: |

It’s easy to create a Telegram channel via desktop app or mobile app (for Android and iOS): On June 7, Perekopsky met with Brazilian President Jair Bolsonaro, an avid user of the platform. According to the firm's VP, the main subject of the meeting was "freedom of expression." Joined by Telegram's representative in Brazil, Alan Campos, Perekopsky noted the platform was unable to cater to some of the TSE requests due to the company's operational setup. But Perekopsky added that these requests could be studied for future implementation. Telegram users themselves will be able to flag and report potentially false content. How to Create a Private or Public Channel on Telegram?
from us


Telegram کداکسپلور | CodeExplore
FROM American