concourse / concourse

Confusing naming of struct fields or methods RVV-B0001
Bug risk
Minor
1 occurrence in this check
Method 'GetVolume' differs only by capitalization to method 'getVolume' in the same source file
351	}
352}
353
354func (vs *VolumeServer) GetVolume(w http.ResponseWriter, req *http.Request) {355	vs.getVolume(w, req, false)
356}
357