commit | 5db510f1344daf6b5b8f3150adc941fa68954c36 | [log] [tgz] |
---|---|---|
author | ChaiShushan <chaishushan@gmail.com> | Thu Aug 28 14:55:02 2014 -0700 |
committer | Rob Pike <r@golang.org> | Thu Aug 28 14:55:02 2014 -0700 |
tree | 061e03ede624848140e1f0428b9cdefa36913388 | |
parent | 882933f09b35bf4f1791203a6666af99ff9bea54 [diff] [blame] |
strconv: use go generate to create isprint.go LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/132230043
diff --git a/src/pkg/strconv/isprint.go b/src/pkg/strconv/isprint.go index ba0adbd..80738ed 100644 --- a/src/pkg/strconv/isprint.go +++ b/src/pkg/strconv/isprint.go
@@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // DO NOT EDIT. GENERATED BY -// go run makeisprint.go >x && mv x isprint.go +// go run makeisprint.go -output isprint.go package strconv