Open yuxiaobo96 opened 1 year ago
I get an error when compiling the program.
Compiler Environment: Windows11 goland Go version: 1.19.8
Try reading #19 , it's the same problem with the webplib files.
You need to install MinGW, libwebp and specify CGO_ENABLED=1 when compiling/running the program.
CGO_ENABLED=1
I get an error when compiling the program.
Compiler Environment: Windows11 goland Go version: 1.19.8