// +build !go1.11

package tester

import (
	"testing"

	"github.com/gin-gonic/gin"
)

func testOptionSameSitego(t *testing.T, r *gin.Engine) {
	// not supported
}
