...

Source file src/github.com/gin-contrib/sessions/tester/tester_options_samesite_go1.10.go

Documentation: github.com/gin-contrib/sessions/tester

     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