zosmac / gocore

GO command CORE functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GO command CORE functions.

License:Other


Languages

Language:Go 100.0%