Make godeps restore/save clean

```
godep restore
rm -rf Godeps
godep save ./...
```

Will, after this change, have no diff.
This commit is contained in:
Eric Paris
2015-08-03 14:18:34 -04:00
parent 40c98735fb
commit 4bb4c73498
11 changed files with 18 additions and 14 deletions

View File

@@ -72,4 +72,4 @@ func TestHandlers(t *testing.T) {
// exactly the same as the one that was registered earlier
handlers[0].ServeHTTP(response, (*http.Request)(nil), nil)
expect(t, response.Code, http.StatusOK)
}
}

View File

@@ -12,7 +12,7 @@
// License for the specific language governing permissions and limitations
// under the License.
package internal // import "github.com/garyburd/redigo/internal"
package internal
import (
"strings"

View File

@@ -166,4 +166,4 @@
// if _, err := redis.Scan(reply, &value1, &value2); err != nil {
// // handle error
// }
package redis // import "github.com/garyburd/redigo/redis"
package redis

View File

@@ -5,7 +5,7 @@
//
// At this time, it does not try to ensure that generated anchor names
// are unique, that responsibility falls on the caller.
package sanitized_anchor_name // import "github.com/shurcooL/sanitized_anchor_name"
package sanitized_anchor_name
import "unicode"