mikeshimura

Results 4 comments of mikeshimura

Hello, Thank you very much to have interest to this package. Now I use Java mainly, but I would like to receive PR to improve. Best regards, Mike Shimura 2022年1月12日(水)...

font setting is as follows font1 := gr.FontMap{ FontName: "IPAex", FileName: "ttf//ipaexg.ttf", } do you have file ipaexg.ttf in ttf directory? if you use Font other than IPAex, you should...

Many user still using up to go 1.15. For example heroku still use go 1.12. Wait sometime before merge.

I created patch for this issue func SignAmazonUrl(origUrl *url.URL, api AmazonMWSAPI) (signedUrl string, err error) { escapeUrl := strings.Replace(origUrl.RawQuery, ",", "%2C", -1) escapeUrl = strings.Replace(escapeUrl, ":", "%3A", -1) ``` params...