1 // +build !go1.11 2 3 package tester 4 5 import ( 6 "testing" 7 8 "github.com/gin-gonic/gin" 9 ) 10 11 func testOptionSameSitego(t *testing.T, r *gin.Engine) { 12 // not supported 13 } 14
View as plain text