Files
codeql/ql/test/experimental/InconsistentCode/util.go
Sauyon Lee 1ffeb26a61 Add query for a GORM error not checked
co-authored-by: Sam Partington <sampart@github.com>
co-authored-by: Robin Neatherway <rneatherway@github.com>
2021-08-11 18:15:23 -07:00

10 lines
77 B
Go

package main
type User struct {
Id int64
Name string
}
func main() {
}