常用库整理

地址
说明

gogs

https://gogs.io/docs/

git代码管理,轻量,部署方便

memos

https://github.com/usememos/memos

备忘录

cobra

https://github.com/spf13/cobra

用于创建CLI命令行应用程序的工具

viper

https://github.com/spf13/viper

bubbletea

https://github.com/charmbracelet/bubbletea

一个go来构建TUI应用程序的工具,类似工具还有tview,termui

tview

https://github.com/rivo/tview

一个go来构建TUI应用程序的工具

termui

https://github.com/gizak/termui

一个go来构建TUI应用程序的工具

cron

https://github.com/robfig/cron

go定时器实现,支持cron表达式

最后更新于

这有帮助吗?