how to serve css through go

CSS
http.Handle("/", http.FileServer(http.Dir("css/")))
Source

Also in CSS: