go工具包合集 1、用go编写的随机数据生成器开源地址:https://github.com/brianvoe/gofakeit实例:package mainimport ( "fmt" "github.com/brianvoe/gofakeit/v6")//主函数 程序的入口func main() { fmt.Println(gofakeit.JobTitle()) fmt.Println(gofakeit.Phone()) fmt.Pri GO开发 2024-10-01 43 点赞 0 评论 65 浏览