This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sqimple/order.go
2026-07-07 20:30:02 +01:00

8 lines
93 B
Go

package sqimple
type OrderBy string
func (o OrderBy) String() string {
return string(o)
}