Categorygithub.com/cloudxaas/gocpu
repository
0.0.0-20240725025122-8030efc138c9
Repository: https://github.com/cloudxaas/gocpu.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

gocpu

Golang CPU

package main

import (
	"github.com/cloudxaas/gocpu"
	"github.com/spf13/pflag"
)

func main() {
	// Define flags from all packages
	cxcputhread.DefineFlags()

	// Parse flags once after all definitions
	pflag.Parse()

	// Your application logic here
}