mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
co-authored-by: Sam Partington <sampart@github.com> co-authored-by: Robin Neatherway <rneatherway@github.com>
10 lines
77 B
Go
10 lines
77 B
Go
package main
|
|
|
|
type User struct {
|
|
Id int64
|
|
Name string
|
|
}
|
|
|
|
func main() {
|
|
}
|