Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

dont need these to compile

Cette révision appartient à :
Andrew Zhao 2017-05-07 22:01:46 -07:00
Parent c0712b98f1
révision 73b4102552

Voir le fichier

@ -10,11 +10,8 @@ import (
"github.com/ewhal/nyaa/service/torrent"
"github.com/ewhal/nyaa/util/log"
"github.com/gorilla/mux"
"github.com/microcosm-cc/bluemonday"
)
var p = bluemonday.UGCPolicy()
func ViewHandler(w http.ResponseWriter, r *http.Request) {
vars := mux.Vars(r)
id := vars["id"]