modood / table

Produces a string that represents slice data in a text table, inspired by gajus/table.
MIT License
140 stars 26 forks source link

添加自定义表头,将StringLength公开 #5

Closed skyfireitdiy closed 4 years ago

skyfireitdiy commented 4 years ago

实际使用过程中,可能会有自定义表头的情况: type Data struct { Name string table:"姓名" Age int table:"年龄" } 可以利用结构体Tag以支持这种情况。 另外length函数在很多情况下都会有用,希望开放出来

modood commented 4 years ago

@skyfireitdiy Thanks, LGTM 👍👍👍 亲测有效,感谢你的贡献 😊。