heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

Support quiet logging, with more affordances for callers who want alternate configurations. #5

Closed ojacobson closed 8 years ago

glasser commented 8 years ago

Looks good to me. I might suggest calling the function Logf, because I can't think of any Go functions off-hand that take format strings without the f suffix...