stillbox/internal/jsontypes/location.go
2024-12-28 18:32:13 -05:00

9 lines
90 B
Go

package jsontypes
import (
"encoding/json"
)
type Location struct {
json.RawMessage
}