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

Revision history for this message
Raphaƫl Badin (rvb) 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.

Good point, fixed.

« Back to merge proposal