diff -r 22c96a9ab289 -r fa7f6ff10c67 TODO.txt --- a/TODO.txt Sun Sep 15 16:30:55 2013 -0600 +++ b/TODO.txt Sun Sep 15 16:41:02 2013 -0600 @@ -1,5 +1,5 @@ -Review all these *Client receiver methods. They should probably either -all be receivers, or none. +Review all the *Client receiver methods in layer3.go. They should +probably either all be receivers, or none. Maybe put auth-related stuff into its own structure inside Client, instead of at Client's top level.