try this
http.Handle("GET /logs/{path...}", http.StripPrefix("/logs", http.FileServer(http.Dir(logDir))))