Skip to content

Commit b6bf4d0

Browse files
committed
Fix module name
1 parent 7a98afe commit b6bf4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/frameworks/Fiber.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import go
66

7-
private module Gin {
7+
private module Fiber {
88
/** Gets the package name `github.com/gofiber/fiber`. */
99
string packagePath() { result = package("github.com/gofiber/fiber", "") }
1010

0 commit comments

Comments
 (0)