用BubbleTea写一个漂亮的TUI程序

简介 The fun, functional and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window, or a mix of both. BubbleTea是一个轻量级的TUI(Terminal User Int...

December 10, 2023 · 5 min · fr000g

Go项目布局

Go项目布局 官方项目组织推荐 官方项目地址 在官方文档中,没有明确指出什么类型的组件应该被放置什么位置,只是做了一些比较基本的推荐 Basic package 对于简单的...

December 3, 2023 · 4 min · fr000g