Skip to content
View jpfielding's full-sized avatar
  • Galactic Empire
  • Morgantown, WV

Highlights

  • Pro
Block or Report

Block or report jpfielding

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. go-http-digest go-http-digest Public

    simple implementation of rfc7616

    Go 4 1

  2. gowirelog gowirelog Public

    Simple wire logging utils targeted to http.Client

    Go 1

  3. rust_the_book rust_the_book Public

    Rust

  4. gorets gorets Public

    RETS client in Go

    Go 39 23

  5. Generate a aws-auth iam for the mapU... Generate a aws-auth iam for the mapUsers section
    1
    # https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/176
    2
    
                  
    3
    data "aws_caller_identity" "current" {}
    4
    
                  
    5
    data "aws_iam_group" "ops" {
  6. Turn a func that meets io.Reader and... Turn a func that meets io.Reader and io.Closer interfaces into an io.ReadCloser interface
    1
    package util
    2
    
                  
    3
    import "io"
    4
    
                  
    5
    // The CloseFunc type is an adapter to allow the use of