diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-11-12 02:16:07 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-11-12 02:16:07 -0800 |
| commit | 5eac4f043a7cc1c4943dc708e5196dc11a13ac43 (patch) | |
| tree | 3845560942616f67c0b98a5a60068b419336dc67 | |
| parent | 0702eee3b19b025a1be16c6cc43c6c83d1c88e50 (diff) | |
| download | seaweedfs-5eac4f043a7cc1c4943dc708e5196dc11a13ac43.tar.xz seaweedfs-5eac4f043a7cc1c4943dc708e5196dc11a13ac43.zip | |
remove a comment
| -rw-r--r-- | go/operation/lookup_volume_id.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/operation/lookup_volume_id.go b/go/operation/lookup_volume_id.go index 0d8f247be..d95a0738a 100644 --- a/go/operation/lookup_volume_id.go +++ b/go/operation/lookup_volume_id.go @@ -18,7 +18,6 @@ type LookupResult struct { Error string `json:"error"` } -//TODO: Add a caching for vid here func Lookup(server string, vid storage.VolumeId) (*LookupResult, error) { values := make(url.Values) values.Add("volumeId", vid.String()) |
