Go ini

Go ini库 参考:https://juejin.cn/post/6844904048764649479 简介 ini 是 Windows 上常用的配置文件格式。MySQ

Go fsnotify

Go Fsnotify库 官方仓库:github.com/fsnotify/fsnotify 用于监控文件或目录的改变 1、官网示例 package main import ( "log" "github.com/fsnotify/fsnotify" ) func main()

Go fmt

Go fmt模块 参考链接:https://www.liwenzhou.com/posts/Go/go_fmt/ fmt fmt包实现了类似C语言prin