This commit is contained in:
Liang Ding 2015-08-04 21:55:00 +08:00
parent ab24e1b6d9
commit 95c7f65395
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func main() {
http.HandleFunc(conf.Wide.Context+"/go/install", handlerWrapper(output.GoInstallHandler))
http.HandleFunc(conf.Wide.Context+"/output/ws", handlerWrapper(output.WSHandler))
// cross compilation
// cross-compilation
http.HandleFunc(conf.Wide.Context+"/cross", handlerWrapper(output.CrossCompilationHandler))
// file tree