1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
echo/context_test.go
Vishal Rana 99124cda0a Wrap method for using third party middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-03-21 14:59:09 -07:00

12 lines
113 B
Go

package bolt
import "testing"
func TestContextBind(t *testing.T) {
}
func TestContextJSON(t *testing.T) {
}