Introduction
The Go programming language provides a built-in package named sort
that implements sorting for builtins and user-defined types. In this lab, we will focus on sorting for builtins.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/AdvancedTopicsGroup(["Advanced Topics"])
go/AdvancedTopicsGroup -.-> go/sorting("Sorting")
subgraph Lab Skills
go/sorting -.-> lab-15508{{"Sorting Built-in Types in Go"}}
end