README ¶ sort a Go package to adapt the sort package from using the sorting Interface object to simply taking the three necessary functions go get github.com/robsix/sort Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Sort(len func() int, less func(i, j int) bool, swap func(i, j int)) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Sort ¶ func Sort(len func() int, less func(i, j int) bool, swap func(i, j int)) Types ¶ This section is empty. Source Files ¶ View all Source files sort.go Click to show internal directories. Click to hide internal directories.