escpos icon indicating copy to clipboard operation
escpos copied to clipboard

BrokenImport

Open erickib opened this issue 1 year ago • 1 comments

Hello, I'm trying to use the README example and VSCode gives brokenimport error. I tried go mod tidy and go get the package, but still with error. Let me know what I can do to help.

erickib avatar Nov 20 '23 04:11 erickib

Started working now somehow. But I had to comment the line: p.SetConfig(escpos.ConfigEpsonTMT20II) to make it work. the error is:

p.SetConfig undefined (type *escpos.Escpos has no field or method SetConfig)compilerMissingFieldOrMethod

erickib avatar Nov 20 '23 16:11 erickib