6 lines
61 B
Go
Raw Normal View History

2022-05-22 22:46:08 +09:00
package main
type R2Objects struct {
Objects []*R2Object
}