We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to replace in sphinx-tribes/utils where we use fmt.Print{f,ln}
sphinx-tribes/utils
fmt.Print{f,ln}
grep -nri "fmt\.Print" ./utils/ ./utils/helpers.go:18: fmt.Println("Random token erorr ==", err) ./utils/helpers.go:27: fmt.Println("could not parse string to uint") ./utils/helpers.go:38: fmt.Println("could not parse string to uint") ./utils/helpers.go:49: fmt.Println("Could not Decode Invoice", err) ./utils/helpers.go:61: fmt.Println("Could not Decode Invoice", err) ./utils/helpers.go:86: fmt.Println("Parse string to timestamp", err) ./utils/twitter.go:23: // fmt.Println("tok", token) ./utils/workflow_processor.go:35: fmt.Println("Processing with default handler")
The text was updated successfully, but these errors were encountered:
@kevkevinpal assign me?
Sorry, something went wrong.
saithsab877
Successfully merging a pull request may close this issue.
Description
We want to replace in
sphinx-tribes/utils
where we usefmt.Print{f,ln}
The text was updated successfully, but these errors were encountered: