Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 30, 2022 17:32
Embed
What would you like to do?
type OperacionEscpos struct {
Nombre string `json:"nombre"`
Argumentos []interface{} `json:"argumentos"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment