github.com/puellanivis/breton@v0.2.16/lib/sort/unsafe.s (about)

     1  // This file is here to convince go that we are not building pure Go code.
     2  // This is so unsafe.go can import sort.quickSort and sort.maxDepth.
     3  // This file is intentionally empty.