stillbox/internal/jsontypes/location.go

10 lines
90 B
Go
Raw Normal View History

2024-12-28 18:32:13 -05:00
package jsontypes
import (
"encoding/json"
)
type Location struct {
json.RawMessage
}