зеркало из https://github.com/golang/tools.git
go.tools/cmd/present: move jquery ui code into static
LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/118760043
This commit is contained in:
Родитель
cc0b856ebe
Коммит
09286920ba
|
@ -28,7 +28,7 @@ func playScript(root, transport string) {
|
|||
buf.WriteString(s)
|
||||
continue
|
||||
}
|
||||
b, err := ioutil.ReadFile(filepath.Join(root, "js", p))
|
||||
b, err := ioutil.ReadFile(filepath.Join(root, "static", p))
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче