shad-go/lectures/07-sql/named/named.go
2020-04-08 22:20:23 +03:00

4 lines
63 B
Go

type NamedArg struct {
Name string
Value interface{}
}