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@latestThen import it as follows:
package main
import (
"github.com/kateile/go-azampay"
)