Enable GoKit module into the default list

This commit is contained in:
Bharadwaj Machiraju
2023-09-21 00:25:13 +05:30
committed by BD
parent dbe3bd0c50
commit 6c8ae55a68
3 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added `GoKit.qll` to `go.qll` enabling the GoKit framework by default

View File

@@ -40,6 +40,7 @@ import semmle.go.frameworks.Email
import semmle.go.frameworks.Encoding
import semmle.go.frameworks.Gin
import semmle.go.frameworks.Glog
import semmle.go.frameworks.GoKit
import semmle.go.frameworks.GoMicro
import semmle.go.frameworks.GoRestfulHttp
import semmle.go.frameworks.Gqlgen

View File

@@ -1,8 +1,5 @@
/**
* Provides classes for working with concepts relating to the [github.com/go-kit/kit](https://pkg.go.dev/github.com/go-kit/kit) package.
*
* Note that these models are not included by default; to include them, add `import semmle.go.frameworks.GoKit` to your query or to
* `Customizations.qll`.
*/
import go