Files
sqimple/order.go
T

8 lines
91 B
Go
Raw Normal View History

2026-07-07 19:59:32 +01:00
package simql
type OrderBy string
func (o OrderBy) String() string {
return string(o)
}