Code review comment for lp:~rvb/gwacl/testing-utility

Revision history for this message
Gavin Panella (allenap) wrote :

[1]

+func CreateTestStorageContext(client *http.Client) *StorageContext {

The prefix is usually "New" in Go instead of "Create". I'm not bothered either way, as long as it's consistent with what's there already, or, failing that, consistent with Go convention.

review: Approve

« Back to merge proposal