Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed bugs in code sample of readme file #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abahernest
Copy link

The code sample in the Readme.md file had some bugs which i corrected

Screen Shot 2022-07-19 at 10 33 52 AM

Screen Shot 2022-07-19 at 10 38 05 AM

Screen Shot 2022-07-19 at 10 37 52 AM

Screen Shot 2022-07-19 at 10 34 06 AM

Copy link

@IamNator IamNator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@@ -9,16 +9,20 @@ Where possible, the services available on the client groups the API into logical
## Usage

``` go
import "github.com/rpip/paystack-go"
import (
"github.com/rpip/paystack-go"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try importing the package this way, it's less ambiguous.

import (
paystack "github.com/rpip/paystack-go"
"strconv"
"fmt"
)

@Obayanju
Copy link
Collaborator

Apologies for being pretty late. Currently updating the CI so we can run tests. Also fixing some tests that are currently failing. Will update you ASAP. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants