Skip to content

zosmac/gocore

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages