Categorygithub.com/yourtion/go-utils
repository
0.1.0
Repository: https://github.com/yourtion/go-utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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()