Sign in
go
/
vuln
/
7ab98b46d75f7d7200c1f6ed784f10d5a4a1154d
/
.
/
cmd
/
govulncheck
/
testdata
/
modules
/
novuln
/
novuln.go
blob: e479a372664540faa4ae9ca4e2c950d0a35e5289 [
file
] [
log
] [
blame
]
package main
import (
"fmt"
"golang.org/x/text/language"
)
func main() {
fmt.Println("hello")
language.Parse("")
}