Skip to content

plot: rename log into logf

Sebastien Binet requested to merge sbinet-gonum:remove-log-func-from-plot into master

Having a function named log is relatively annoying when one is debugging, especially in conjunction with goimports: adding log.Fatalf("foo") statements is confusing goimports as a function with the name log is already defined.

Rename log into logf.

Please take a look.

Merge request reports