mirror of
https://github.com/jackc/pgx.git
synced 2025-05-08 08:30:12 +00:00
4 lines
177 B
Bash
4 lines
177 B
Bash
erb range_type=Int4range element_type=Int4 typed_range.go.erb > int4range.go
|
|
erb range_type=Int8range element_type=Int8 typed_range.go.erb > int8range.go
|
|
goimports -w *range.go
|