go-utils

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2020 License: MIT

README

go-utils

.github/workflows/go.yml Go Reference

Node.js + PM2

// Init and get instance
pm := pm2.GetInstance()
// Add action
pm.AddAction("gc", func(opt interface{}) string {
    runtime.GC()
    return "ok"
})
// Add Metric
pm.AddMetric()

Directories

Path Synopsis
cache 是缓存系统的整体抽象
cache 是缓存系统的整体抽象
ipc

Jump to

Keyboard shortcuts

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