查了下os包,没有相关函数
switch runtime.GOOS { case "darwin": case "windows": case "linux": }
go tool dist list -json 查找系统
更多评论
switch runtime.GOOS { case "darwin": case "windows": case "linux": }
go tool dist list -json 查找系统