mirror of
https://github.com/golang/go
synced 2024-11-12 05:30:21 -07:00
unicode: fix make tables
R=r CC=golang-dev https://golang.org/cl/5131044
This commit is contained in:
parent
44d13e3cfe
commit
92703ff605
@ -77,7 +77,7 @@ func open(url string) *reader {
|
||||
}
|
||||
return &reader{bufio.NewReader(fd), fd, nil}
|
||||
}
|
||||
resp, err := http.Get(*dataURL)
|
||||
resp, err := http.Get(url)
|
||||
if err != nil {
|
||||
logger.Fatal(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user