Skip to content
View jbardin's full-sized avatar
🕵️‍♂️
🕵️‍♂️
  • HashiCorp
  • Boston, MA

Organizations

@hashicorp
Block or Report

Block or report jbardin

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. readchan readchan Public

    Read files via a channel

    Go 5 1

  2. gotrace gotrace Public

    strace for go

    Go 73 15

  3. gotlsscan gotlsscan Public

    Scan a TLS server for compatibility with the Go crypto/tls package

    Go 22 7

  4. net_timeout net_timeout Public

    Go 1 2

  5. Go TCP Proxy pattern Go TCP Proxy pattern
    1
    package proxy
    2
    
                  
    3
    import (
    4
    	"io"
    5
    	"log"
  6. nettimeout nettimeout
    1
    package nettimeout
    2
    
                  
    3
    import (
    4
    	"net"
    5
    	"time"