ZhangZhihui's Blog  

2024年6月20日

摘要: { "workbench.startupEditor": "none", "[go]": { "editor.insertSpaces": true, "editor.formatOnSave": false }, "editor.fontSize": 16, "terminal.integrate 阅读全文
posted @ 2024-06-20 17:34 ZhangZhihuiAAA 阅读(19) 评论(0) 推荐(0)
 
摘要: package main import ( "fmt" "log/slog" "os" ) func main() { slog.Error("This is an ERROR message") slog.Debug("This is a DEBUG message") slog.Info("Th 阅读全文
posted @ 2024-06-20 10:10 ZhangZhihuiAAA 阅读(18) 评论(0) 推荐(0)