Raditz
Raditz
# Issue using go-prompt in cmd, git bash and powershell in windows 10 and it didn't display correctly. I'm using https://github.com/c-bata/go-prompt/blob/master/_example/input/main.go and execute it using `go run main.go` ## Result...
I see in your example using different template like 'gvFrontend' and 'gvBackend', But in gin, we can only pass one ViewEngine. Is there any example for gin?
I'm trying to use xendit-go with simple code like below ``` data := invoice.CreateParams{ ExternalID: sop.ID, Amount: sop.TotalAmount, PayerEmail: sop.AccountID, Description: fmt.Sprintf("Invoice #%s", sop.ID), InvoiceDuration: int(expiredAt.Sub(time.Now()).Seconds()), } resp, e :=...