google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
833 stars 125 forks source link

Switch from glog to klog #138

Closed jdolitsky closed 2 years ago

jdolitsky commented 2 years ago

Please see the following explanation of the reasons for klog vs. glog: https://github.com/kubernetes/klog#why-was-klog-created

Bobgy commented 2 years ago

Thank you for the PR! This is what I want as well.