Implemented request validation in a filter

This commit is contained in:
Deluan
2016-02-24 20:21:51 -05:00
parent 93f115d8e4
commit ee04b72db1
6 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/astaxie/beego"
"net/http/httptest"
"net/http"
"net/http"
"path/filepath"
"runtime"
)