https://github.com/zosmac/gocore
GO command CORE functions.
https://github.com/zosmac/gocore
command-line golang logging spawner
Last synced: 4 months ago
JSON representation
GO command CORE functions.
- Host: GitHub
- URL: https://github.com/zosmac/gocore
- Owner: zosmac
- License: other
- Created: 2023-01-30T15:29:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T01:42:18.000Z (11 months ago)
- Last Synced: 2025-07-19T13:50:02.696Z (7 months ago)
- Topics: command-line, golang, logging, spawner
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.