Skip to content

fixed bugs in code sample of readme file#13

Open
abahernest wants to merge 1 commit into
rpip:masterfrom
abahernest:FX-Readme-CodeSample
Open

fixed bugs in code sample of readme file#13
abahernest wants to merge 1 commit into
rpip:masterfrom
abahernest:FX-Readme-CodeSample

Conversation

@abahernest

Copy link
Copy Markdown

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

@IamNator IamNator left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LG

Comment thread README.md
``` go
import "github.com/rpip/paystack-go"
import (
"github.com/rpip/paystack-go"

Copy link
Copy Markdown

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
Copy Markdown
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