jadefox10200 / goprint

Attempt at a windows printer in golang
MIT License
112 stars 28 forks source link

Add err declaration in SetDefaultPrinter #12

Closed DinoShambar closed 1 year ago

DinoShambar commented 1 year ago

The usage of GetDefaultPrinterName() returns out.go:26:6: undefined: err during build as the err is undeclared in the SetDefaultPrinter method @jadefox10200

jadefox10200 commented 1 year ago

Thank you.