Skip to content

goyek/x

Folders and files

NameName
Last commit message
Last commit date
Apr 17, 2025
Jan 17, 2024
Mar 11, 2025
Apr 7, 2025
Feb 19, 2024
Aug 8, 2024
Aug 9, 2024
Nov 1, 2022
Nov 1, 2022
Mar 11, 2025
Nov 1, 2022
Mar 11, 2025
Sep 6, 2023
Aug 9, 2024
Nov 1, 2022
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Nov 1, 2022
Nov 1, 2022

Repository files navigation

goyek x packages

Supplemental packages for goyek

Go Reference Keep a Changelog go.mod LICENSE Go Report Card

Description

This repository contains supplemental packages for goyek which mainly offer convenience. These packages are part of goyek but outside the core repository. They are developed under looser compatibility than the goyek core repository. Packages in this repository depend on additional libraries and require a newer version of Go than goyek. See go.mod for details.

Package boot contains an extension of Flow.Main which additionally defines flags and configures the flow in a convenient way.

Package cmd offers functions for running programs in a Shell-like way.

Package color contains goyek features which additionally have colors. The package supports the NO_COLOR environment variable.

Package otelgoyek provides OpenTelemetry instrumentation for goyek.

Example

See build which is this repository's own build pipeline (dogfooding).

Contributing

See CONTRIBUTING.md if you want to help us.

License

goyek/x is licensed under the terms of the MIT license.