gop

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2019 License: Apache-2.0

README

gop

Plus and alternative to golang standard libraries.

Directories

Path Synopsis
Package cache providers a scalable cache component.
Package cache providers a scalable cache component.
container/concurrent
Package concurrent providers a cache container wrapper for safe concurrent access.
Package concurrent providers a cache container wrapper for safe concurrent access.
container/memory
Package memory providers in-memory cache containers.
Package memory providers in-memory cache containers.
container/memory/arc
Package arc providers an in-memory cache container using ARC (adaptive/adjustable replacement cache) arithmetic.
Package arc providers an in-memory cache container using ARC (adaptive/adjustable replacement cache) arithmetic.
container/memory/fifo
Package fifo providers an in-memory cache container using FIFO (first in first out) arithmetic.
Package fifo providers an in-memory cache container using FIFO (first in first out) arithmetic.
container/memory/lfu
Package lfu providers an in-memory cache container using LFU (least frequently used) arithmetic.
Package lfu providers an in-memory cache container using LFU (least frequently used) arithmetic.
container/memory/lru
Package lru providers an in-memory cache Container using LRU (least recently used) arithmetic.
Package lru providers an in-memory cache Container using LRU (least recently used) arithmetic.
container/memory/mru
Package mru providers an in-memory cache Container using MRU (most recently used) arithmetic.
Package mru providers an in-memory cache Container using MRU (most recently used) arithmetic.
container/multilevel
Package multilevel providers a cache container wrapper for wrapping multi-level containers.
Package multilevel providers a cache container wrapper for wrapping multi-level containers.
dependency/file
Package file providers a file caching dependency.
Package file providers a file caching dependency.
Packagee decimal providers a type which can handing fixed precision.
Packagee decimal providers a type which can handing fixed precision.
Package errors providers utilities for manipulate errors and provide stack trace information.
Package errors providers utilities for manipulate errors and provide stack trace information.
Package http providers utilities for http.
Package http providers utilities for http.
en
zh
Package zh is a copy of zh_hans package.
Package zh is a copy of zh_hans package.
Package jobs providers a scheduler for background jobs.
Package jobs providers a scheduler for background jobs.
expression/cycle
Package cycle providers a cycle expression.
Package cycle providers a cycle expression.
Package log providers a logger with level (DEBUG, INFO, WARN, ERROR, FATAL, PANIC).
Package log providers a logger with level (DEBUG, INFO, WARN, ERROR, FATAL, PANIC).
sql
Package sql defines interfaces to be implemented by sql database adapters.
Package sql defines interfaces to be implemented by sql database adapters.
Package testing providers utilities for testing.
Package testing providers utilities for testing.
Package uuid implements UUID described in RFC 4122.
Package uuid implements UUID described in RFC 4122.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL