1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 12:50:55 +00:00

context xsrf test

This commit is contained in:
JessonChan 2016-04-08 14:07:39 +08:00
parent a99c0d4025
commit ed0e6419f0

View File

@ -15,7 +15,6 @@
package context package context
import ( import (
"fmt"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"testing" "testing"