github.com/azazeal/revive@v1.0.9/test/get-return_test.go (about)

     1  package test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/azazeal/revive/rule"
     7  )
     8  
     9  func TestGetReturn(t *testing.T) {
    10  	testRule(t, "get-return", &rule.GetReturnRule{})
    11  }