1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00
echo/context_test.go

10 lines
111 B
Go
Raw Normal View History

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