https://signoz.io logo
Title
k

kartik

01/16/2022, 4:41 PM
raising an issue to remove
fmt.Print*
statements throughput codebase and add checks for it in CI for main: https://github.com/SigNoz/signoz/issues/616. Could have used
grep -l -R "fmt.Print" . | xargs -I {} sed -i.bak '/fmt.Print/d' {}
, but i would recommend to label this as a
good-first-issue
for a beginner to start contributing
p

Pranay

01/16/2022, 5:16 PM
thanks @User Will have a look