摘要:
Fresh 是一个命令行工具,每次保存Go或模版文件时,该工具都会生成或重新启动Web应用程序。Fresh将监视文件事件,并且每次创建/修改/删除文件时,Fresh都会生成并重新启动应用程序。如果go build返回错误,它会将记录在tmp文件夹中。 [安装] go get github.com/p 阅读全文
摘要:
CI/CD variables are a type of environment variable. You can use them to: Control the behavior of jobs and pipelines.Store values you want to re-use.Av 阅读全文
摘要:
官网:ini.unknwon.io/docs github:https://github.com/go-ini/ini ini 是 Windows 上常用的配置文件格式。MySQL 的 Windows 版就是使用 ini 格式存储配置的。 go-ini是 Go 语言中用于操作 ini 文件的第三方库 阅读全文