An open API service indexing awesome lists of open source software.

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.

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.