Merge "make govet even happier"

This commit is contained in:
Brad Fitzpatrick 2011-07-09 22:32:15 +00:00 committed by Gerrit Code Review
commit ad06f285ae
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
)
type removeResponse struct {
Removed []string "removed"
Removed []string `json:"removed"`
}
// Remove the list of blobs. An error is returned if the server failed to