Cómo servir CSS a través de Go

http.Handle("/", http.FileServer(http.Dir("css/")))
Relieved Ray