Commit dff17f46 authored by Rob Pike's avatar Rob Pike

unicode/maketables: add -output flag, buffer output, use gofmt

Simplify the invocation (and speed it up substantially) in preparation
for move to go generate.

LGTM=bradfitz, mpvl
R=mpvl, bradfitz, josharian
CC=golang-codereviews
https://golang.org/cl/135790043
parent 2c121b68
......@@ -6,8 +6,7 @@ maketables: maketables.go
go build maketables.go
tables: maketables
./maketables --tables=all > tables.go
gofmt -w tables.go
./maketables --tables=all -output tables.go
# Downloads from www.unicode.org, so not part
# of standard test scripts.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment