Skip to content

Commit

Permalink
[#14049] Kuvera - Create Client Side Library Module Using Go
Browse files Browse the repository at this point in the history
  • Loading branch information
divabsaid committed Jan 8, 2024
1 parent a6c4c14 commit d691dbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,8 +1,8 @@
# GoKuvera

[![Go Report Card](https://goreportcard.com/badge/github.com/gin-gonic/gin)](https://goreportcard.com/report/github.com/gin-gonic/gin)
[![GoDoc](https://pkg.go.dev/badge/github.com/gin-gonic/gin?status.svg)](https://pkg.go.dev/github.com/gin-gonic/gin?tab=doc)
[![Release](https://img.shields.io/github/release/gin-gonic/gin.svg?style=flat-square)](https://github.com/gin-gonic/gin/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/divabsaid/GoKuvera)](https://goreportcard.com/report/github.com/divabsaid/GoKuvera)
[![GoDoc](https://pkg.go.dev/badge/github.com/divabsaid/GoKuvera?status.svg)](https://pkg.go.dev/github.com/divabsaid/GoKuvera?tab=doc)
[![Release](https://img.shields.io/github/release/divabsaid/GoKuvera.svg?style=flat-square)](https://github.com/divabsaid/GoKuvera/releases)

GoKuvera simplifies the implementation of the Kuvera Payment Gateway on the client side written in [Go](https://go.dev/).

Expand Down Expand Up @@ -116,7 +116,7 @@ import (
"gokuvera"
"io"

"github.com/gin-gonic/gin"
"github.com/divabsaid/GoKuvera"
)

func main() {
Expand Down

0 comments on commit d691dbb

Please sign in to comment.