Using net/http I'm unable to serve css

My file structure is the old classic.

And the file structure is mentioned in the end of each serve folder “./public/css”

http.Handle("/css/", http.StripPrefix("/css/", 
http.FileServer(http.Dir("./public/css"))))
1 Like