feat(Go-StudyExample):添加两种二维码生成使用示例,添加两种图片压缩方式、添加水印示例,添加文字到图片

This commit is contained in:
huangzj
2020-07-08 17:15:32 +08:00
parent dbda09379d
commit f5894a2680
9 changed files with 331 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
/*
* @Author : huangzj
* @Time : 2020/7/6 11:06
* @Description
*/
package example
func assert(err error) {
if err != nil {
panic(err)
}
}