Skip to content
  • Sebastien Binet's avatar
    plot: remove log func from package scope · 11e71620
    Sebastien Binet authored
    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.
    
    Remove `func log` and directly move its checks inside `LogScaler.Normalize`.
    11e71620