Sign in
go
/
vuln.git
/
refs/heads/master
/
.
/
cmd
/
govulncheck
/
testdata
/
common
/
modules
/
informational
/
vuln.go
blob: 33f1fa1dc88065b5d70ec25e947c38ea90d4161c [
file
] [
log
] [
blame
] [
edit
]
package main
import (
"fmt"
"github.com/tidwall/gjson"
)
func main() {
fmt.Println("hello")
gjson.Valid("{hello: world}")
}