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
sphinx-tribes/routes
We want to replace in sphinx-tribes/routes where we use fmt.Print{f,ln}
fmt.Print{f,ln}
grep -nri "fmt\.Print" ./routes/ ./routes/index.go:111: fmt.Println("Listening on port " + PORT) ./routes/index.go:113: fmt.Println("server err:", err.Error()) ./routes/index.go:153: fmt.Println("Jarvis configuration not found, skipping error reporting") ./routes/index.go:161: fmt.Printf("Failed to marshal edge list: %v\n", err) ./routes/index.go:167: fmt.Printf("Failed to create Jarvis request: %v\n", err) ./routes/index.go:180: fmt.Printf("Failed to send error to Jarvis: %v\n", err) ./routes/index.go:186: fmt.Println("Successfully sent error to Jarvis")
The text was updated successfully, but these errors were encountered:
@kevkevinpal Assign me?
Sorry, something went wrong.
@kevkevinpal I can help?
saithsab877
Successfully merging a pull request may close this issue.
Description
We want to replace in
sphinx-tribes/routes
where we usefmt.Print{f,ln}
The text was updated successfully, but these errors were encountered: