Skip to content '"` </textarea></xmp> All gists GitHub Sign up for a GitHub account Sign in Instantly share code, notes, and snippets. Star 0 Fork 0 lykkin / idk.go Secret Created Jan 28, 2019 Embed What would you like to do? Embed Embed this gist in your website. Share Copy sharable link for this gist. Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address. Learn more about clone URLs Download ZIP Code Revisions 1 stuff or whatever Raw idk.go package span import ( " reflect " " strings " ) type Span struct { TraceId string ` cassandra:"trace_id" json:"trace_id" ` SpanId string ` cassandra:"span_id" json:"span_id" ` ParentId string ` cassandra...