mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Fix package name in stub
This commit is contained in:
committed by
Owen Mansel-Chan
parent
1de15ec66d
commit
09d69293b5
@@ -1,4 +1,4 @@
|
||||
package nonexistent
|
||||
package sources
|
||||
|
||||
func Source[T any]() T {
|
||||
return *new(T)
|
||||
|
||||
Reference in New Issue
Block a user