Skip to content

Instantly share code, notes, and snippets.

@aschmidt75
Last active April 16, 2019 13:17
Show Gist options
  • Save aschmidt75/bf8368541d74fe96c51640c475ef6483 to your computer and use it in GitHub Desktop.
Save aschmidt75/bf8368541d74fe96c51640c475ef6483 to your computer and use it in GitHub Desktop.
func trackingDataPointRegistry() registry {
return registry{
typeStr: "TrackingDataPoint",
typeRT: reflect.TypeOf(&TrackingDataPoint{}),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment