Skip to content

Commit e46505f

Browse files
committed
internal/export/unicode: simplified generation
by using x/text’s infrastructure Updates golang/go#27945 Change-Id: I070afd9cad4e367ac9085a66064f2bb47e5e225a Reviewed-on: https://go-review.googlesource.com/c/text/+/154443 Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
1 parent f4905fb commit e46505f

File tree

3 files changed

+72
-394
lines changed

3 files changed

+72
-394
lines changed

internal/export/unicode/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ package unicode
99
// standard packages to have non-standard imports, even if imported in files
1010
// with a build ignore tag.
1111

12-
//go:generate go run gen.go -tables=all -output tables.go
12+
//go:generate go run gen.go -tables=all
1313
//go:generate mv tables.go $GOROOT/src/unicode

0 commit comments

Comments
 (0)