package Photo import ( "net/http" ) func Get(w http.ResponseWriter, r *http.Request) { }