Skip to content
View jsteenb2's full-sized avatar
  • PeggyJV
  • Thousand Oaks, CA
Block or Report

Block or report jsteenb2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. influxdata/influxdb influxdata/influxdb Public

    Scalable datastore for metrics, events, and real-time analytics

    Rust 28k 3.5k

  2. search search Public

    Search engine abstraction package for Go

    Go

  3. workit workit Public

    abstract concurrent worker groups POC

    Go 1

  4. httpc httpc Public

    http client with extensible error behavior

    Go 2 1

  5. testttp testttp Public

    go http testhelpers

    Go

  6. Add shell completions to your cobra ... Add shell completions to your cobra CLI with ease
    1
    func completionCmd(cliName string) *cobra.Command {
    2
    	return &cobra.Command{
    3
    		Use:                   "completion [bash|fish|oh-my-zsh|powershell|zsh]",
    4
    		Short:                 "Generates shell completions",
    5
    		Args:                  cobra.ExactValidArgs(1),