06 2024 档案

摘要:go读取yaml文件配置 config.yaml文件如下 mysql: host: localhost port: 3306 username: myuser password: mypassword database: mydatabase 读取 package main import ( "gi 阅读全文
posted @ 2024-06-16 15:08 wushucan 阅读(21) 评论(0) 推荐(0)