Eric Paris

Results 5 comments of Eric Paris

Since I ended up here I figured I'd post this for the next person implementing it in your code. ``` func GetIssues(client *jira.Client, searchString string) ([]jira.Issue, error) { last :=...

My code snippet above may be used in any context. It is public domain if your jurisdiction allows it. It may also be used under any open source license if...

spf13/pflag (a fork of ogier) has this support. See https://github.com/spf13/pflag#setting-no-option-default-values-for-flags

Since you are using hugo (which I believe in turn uses spf13/cobra and spf13/pflag) you can check out the "normalized name" support. It allows you to write your own custom...

I just had the same problem. The `WalkFunc` to `filepath.Walk` doesn't check errors. If you return the error you see the glide is deleting the directory and then trying to...