mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
4 lines
143 B
Go
4 lines
143 B
Go
// Package stackless provides functionality that may save stack space
|
|
// for high number of concurrently running goroutines.
|
|
package stackless
|