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

uses the new helpers package #93

Merged
merged 3 commits into from
Apr 16, 2019
Merged

uses the new helpers package #93

merged 3 commits into from
Apr 16, 2019

Conversation

markbates
Copy link
Member

No description provided.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Found some fixes!

P.S. share your ideas, feedbacks or issues with us at https://github.com/fixmie/feedback (this message will be removed after the beta stage).

t, err := Parse(input)
if err != nil {
return "", err
}
return t.Exec(ctx)
}

func RenderR(input io.Reader, ctx *Context) (string, error) {
func RenderR(input io.Reader, ctx hctx.Context) (string, error) {
Copy link

Choose a reason for hiding this comment

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

exported identifier "RenderR" should have comment

Suggested change
func RenderR(input io.Reader, ctx hctx.Context) (string, error) {
// RenderR ...
func RenderR(input io.Reader, ctx hctx.Context) (string, error) {

@markbates markbates merged commit b5ff37b into master Apr 16, 2019
@markbates markbates deleted the helpers branch April 16, 2019 20:27
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.

1 participant