go/src/unicode
Joe Tsai b53088a634 Revert "go/printer: forbid empty line before first comment in block"
This reverts commit 08f19bbde1.

Reason for revert:
The changed transformation takes effect on a larger set
of code snippets than expected.

For example, this:
    func foo() {

        // Comment
        bar()

    }
becomes:
    func foo() {
        // Comment
        bar()

    }

This is an unintended consequence.

Change-Id: Ifca88d6267dab8a8170791f7205124712bf8ace8
Reviewed-on: https://go-review.googlesource.com/81335
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Joe Tsai <joetsai@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-12-01 01:12:26 +00:00
..
utf8 unicode/utf8: make FullRune inlinable 2017-09-12 20:18:53 +00:00
utf16
casetables.go
digit.go
digit_test.go
example_test.go Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
graphic.go
graphic_test.go
letter.go unicode: speed-up is16/is32 2017-09-12 21:32:50 +00:00
letter_test.go
maketables.go all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
script_test.go unicode: update to Unicode 10.0.0 2017-10-24 12:42:35 +00:00
tables.go unicode: update to Unicode 10.0.0 2017-10-24 12:42:35 +00:00