raising an issue to remove `fmt.Print*` statement...
# contributing
k
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
thanks @User Will have a look