LGTM. Thanks On Wed, Feb 6, 2013 at 9:23 PM, <mikioh.mikioh@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, ...
12 years, 1 month ago
(2013-02-06 10:27:24 UTC)
#2
LGTM. Thanks
On Wed, Feb 6, 2013 at 9:23 PM, <mikioh.mikioh@gmail.com> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go.net
>
>
> Description:
> go.net/proxy: fix typo
>
> Please review this at https://codereview.appspot.com/7301052/
>
> Affected files:
> M proxy/per_host.go
>
>
> Index: proxy/per_host.go
> ===================================================================
> --- a/proxy/per_host.go
> +++ b/proxy/per_host.go
> @@ -9,7 +9,7 @@
> "strings"
> )
>
> -// A PerHost directs connections to a default Dailer unless the hostname
> +// A PerHost directs connections to a default Dialer unless the hostname
> // requested matches one of a number of exceptions.
> type PerHost struct {
> def, bypass Dialer
>
>
> --
>
> ---You received this message because you are subscribed to the Google Groups
> "golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Issue 7301052: code review 7301052: go.net/proxy: fix typo
(Closed)
Created 12 years, 1 month ago by mikio
Modified 12 years, 1 month ago
Reviewers:
Base URL:
Comments: 0