Explore >> Select a destination


You are here

danielms.site
| | blog.nuculabs.de
4.2 parsecs away

Travel
| | Hi ?? In this article I want to highlight a simple pattern for sorting a slice in Go on multiple keys. Given the following structure, let's say we want to sort it in ascending order after Version, Generation and Time. 1 2 3 4 5 type TheStruct struct { Generation int Time int Version int } The way we sort slices in Go is by using the sort interface or one of the sort.Slice functions. To sort the slice after the above criteria we'll call slice.Sort with the following function.
| | risi.co
4.5 parsecs away

Travel
| | [AI summary] The blog post explains a Golang issue where custom UnmarshalJSON methods fail to unmarshal outer struct fields due to inner field shadowing and offers two solutions.
| | xnacly.me
3.3 parsecs away

Travel
| | Guide about working with JSON in go with HTTP server example
| | b.yuxuan.org
17.7 parsecs away

Travel
| I talked about what RSS readers my readers use before ( https://b.yuxuan.org/rss-readers ) , I guess now is the time for round 2.