From 95c7f65395ecdf06138f0f39b0a8e9ec3b20cba7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 4 Aug 2015 21:55:00 +0800 Subject: [PATCH] . --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b8ca490..d5c0104 100644 --- a/main.go +++ b/main.go @@ -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