github.com/moontrade/nogc@v0.1.7/error.go (about) 1 package nogc 2 3 import "errors" 4 5 var ( 6 ErrOutOfMemory = errors.New("out of memory") 7 )