repositorypackage
0.0.0-20240328235524-b820cfbd817e
Repository: https://github.com/zosmac/gocore.git
Documentation: pkg.go.dev
# README
The GoCore Package
The gocore package provides core functions for Go language commands.
The functions provide
- a command line framework
- extensions to the Go flag package
- help for command syntax
- enhanced logging
- sub-process spawner
The gocore package defines the following command line flags:
- -version: to report the current version of the command
- -cpuprofile: profile CPU performance of command
- -memprofile: profile memory usage of command
Copyright © 2021-2023 The Gomon Project.