kartik
01/16/2022, 4:41 PMfmt.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 contributingPranay
01/16/2022, 5:16 PM