Skip to content

kateile/go-azampay

 
 

Repository files navigation

Installation

Note: Ensure you have initialized your go code with go mod init

Install the package with the go get command as shown below:

go get github.com/kateile/go-azampay@latest

Then import it as follows:

package main 

import (
    "github.com/kateile/go-azampay"
)

About

A Golang Wrapper for Azam Payment Gateway

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%