Imports of package lru

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hashicorp/golang-lru/simplelruPackage simplelru provides simple LRU implementation based on build-in container/list.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.