github.com/azazeal/revive@v1.0.9/test/string-of-int_test.go (about)

     1  package test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/azazeal/revive/rule"
     7  )
     8  
     9  // String-of-int rule.
    10  func TestStringOfInt(t *testing.T) {
    11  	testRule(t, "string-of-int", &rule.StringOfIntRule{})
    12  }