I got the server gohttp from Binary release download . When I setup the server by ./gohttp --port 8000 --root /Users/qihuan/ . A page show on address http://127.0.0.1:8000/ in browser . But no file list. These is not error list in go console,but Uncaught Error: Cannot find module "highlight.js" shown in browser in chrome's console.
I got the server gohttp from Binary release download . When I setup the server by
./gohttp --port 8000 --root /Users/qihuan/
. A page show on addresshttp://127.0.0.1:8000/
in browser . But no file list. These is not error list in go console,butUncaught Error: Cannot find module "highlight.js"
shown in browser in chrome's console.