shad-go/lectures/07-sql/named/named.go

5 lines
63 B
Go
Raw Normal View History

2020-04-08 19:20:23 +00:00
type NamedArg struct {
Name string
Value interface{}
}