moby--moby/auth
Caleb Spare 7830cf9166 Don't use a strings.Reader where a bytes.Reader will do.
There are several places where a []byte is converted to a string
and then fed into strings.NewReader().
2013-04-01 11:15:10 -07:00
..
auth.go Don't use a strings.Reader where a bytes.Reader will do. 2013-04-01 11:15:10 -07:00
auth_test.go Integrate Auth in runtime and make the config file relative to runtime root 2013-03-22 02:19:39 -07:00