摘要: import ( "github.com/golang/freetype/truetype""github.com/wcharczuk/go-chart""github.com/wcharczuk/go-chart/drawing" )const imgStrPrefix = "data:image 阅读全文
posted @ 2020-10-28 16:00 zipon 阅读(485) 评论(0) 推荐(0) 编辑
摘要: const imgStrPrefix = "data:image/png;base64," func imgToStr(imgContent bytes.Buffer) string { return imgStrPrefix + base64.StdEncoding.EncodeToString( 阅读全文
posted @ 2020-10-28 15:53 zipon 阅读(349) 评论(0) 推荐(0) 编辑