FILOA First In Last Out infinitly growable and concurrent Memory stack (channels alternative) for Golang.FeaturesConcurrency-safe.Infinite, no size limit of the data stored in the stack.Can be used where FILO model is needed rather than FIFO (The default model found Channels).Generic stack for complex types.Special stack for string, float64 and int type.InstallationUse the go get as go get github.com/coderme/filoOr clone this repo into $GOPATH/github.com/codermeUsageImport the pkg import "github.com/coderme/filo"LicenseSee LICENSE.