github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/internal/lint/adapter/testdata/src/provider/provider.go (about)

     1  package provider
     2  
     3  import "types"
     4  
     5  type Thing struct {
     6  	OK    bool
     7  	Name  types.String
     8  	Other types.String
     9  }