goterm:Go中的高级终端输出

时间:2021-02-20 01:25:58
【文件属性】:
文件名称:goterm:Go中的高级终端输出
文件大小:12KB
文件格式:ZIP
更新时间:2021-02-20 01:25:58
Go 描述 该库提供了用于构建高级控制台UI的基本构建块。 最初是为创建的。 完整的API文档: : 基本用法 全屏控制台应用程序,打印当前时间: import ( tm "github.com/buger/goterm" "time" ) func main () { tm . Clear () // Clear current screen for { // By moving cursor to top-left position we ensure that console output // will be overwritten each time, instead of adding new. tm . MoveCursor ( 1 , 1 ) tm . Println ( "
【文件预览】:
goterm-master
----box.go(3KB)
----plot.go(6KB)
----LICENSE(1KB)
----terminal_nosysioctl.go(153B)
----examples()
--------chart_example.go(380B)
--------box_example.go(436B)
--------file_output_example.go(569B)
--------table_example.go(416B)
--------time_example.go(432B)
----README.md(3KB)
----terminal_sysioctl.go(301B)
----terminal.go(5KB)
----table.go(769B)
----plot_test.go(2KB)
----box_test.go(342B)

网友评论