LGTM There was another CL for this too. On Tue, Dec 17, 2013 at 10:24 ...
11 years, 7 months ago
(2013-12-18 06:26:12 UTC)
#3
LGTM
There was another CL for this too.
On Tue, Dec 17, 2013 at 10:24 PM, <adg@golang.org> wrote:
> Reviewers: golang-dev1,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> log: fix example (fix build)
>
> Please review this at https://codereview.appspot.com/43780043/
>
> Affected files (+1, -1 lines):
> M src/pkg/log/example_test.go
>
>
> Index: src/pkg/log/example_test.go
> ===================================================================
> --- a/src/pkg/log/example_test.go
> +++ b/src/pkg/log/example_test.go
> @@ -17,5 +17,5 @@
>
> fmt.Print(&buf)
> // Output:
> - // logger: example_test.go:15: Hello, log file!
> + // logger: example_test.go:16: Hello, log file!
> }
>
>
> --
>
> ---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 43780043: code review 43780043: log: fix example (fix build)
(Closed)
Created 11 years, 7 months ago by adg
Modified 11 years, 7 months ago
Reviewers: bradfitz
Base URL:
Comments: 0