Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 30, 2022 17:32
Embed
What would you like to do?
type ImpresionConNombre struct {
Operaciones []OperacionEscpos `json:"operaciones"`
NombreImpresora string `json:"nombreImpresora"`
Serial string `json:"serial"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment