Skip to content
@goaux

goaux

A collection of small, auxiliary Go modules designed to support and enhance Go programming projects.

Popular repositories Loading

  1. results results Public

    Package results provides generic types for handling function results with potential errors.

    Go

  2. headline headline Public

    Package headline provides functionality to extract the first non-empty line from a string.

    Go

  3. prefixwriter prefixwriter Public

    Package prefixwriter provides a writer that prefixes each line with a specified byte slice.

    Go

  4. stacktrace stacktrace Public

    Package stacktrace provides enhanced error handling capabilities with call stack dumps for Go applications.

    Go

  5. jsonify jsonify Public

    Package jsonify provides utility functions for JSON encoding of various types, including protobuf messages and standard Go types.

    Go

  6. waitgroup waitgroup Public

    Package waitgroup provides a wrapper around sync.WaitGroup to simplify launching goroutines and waiting for their completion.

    Go

Repositories

Showing 10 of 11 repositories
  • funcname Public

    funcname is a Go module that provides utility functions for retrieving and manipulating function names.

    goaux/funcname’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 21, 2024
  • rungroup Public

    A Go module for managing concurrent tasks with automatic cancellation when any task completes or fails.

    goaux/rungroup’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 15, 2024
  • results Public

    Package results provides generic types for handling function results with potential errors.

    goaux/results’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 15, 2024
  • signals Public

    signals is a Go module that provides utilities for handling OS signals.

    goaux/signals’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 14, 2024
  • ticker Public

    The ticker package provides a flexible and customizable ticker implementation for executing periodic tasks in Go.

    goaux/ticker’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 14, 2024
  • timer Public

    The timer module provides a context-aware Sleep function for Go applications.

    goaux/timer’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 13, 2024
  • waitgroup Public

    Package waitgroup provides a wrapper around sync.WaitGroup to simplify launching goroutines and waiting for their completion.

    goaux/waitgroup’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 13, 2024
  • jsonify Public

    Package jsonify provides utility functions for JSON encoding of various types, including protobuf messages and standard Go types.

    goaux/jsonify’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 13, 2024
  • prefixwriter Public

    Package prefixwriter provides a writer that prefixes each line with a specified byte slice.

    goaux/prefixwriter’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 12, 2024
  • headline Public

    Package headline provides functionality to extract the first non-empty line from a string.

    goaux/headline’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Jul 12, 2024

Top languages

Loading…

Most used topics

Loading…