Skip to content

Instantly share code, notes, and snippets.

View wlhee's full-sized avatar

Frank He wlhee

  • Google
  • San Francisco, CA
View GitHub Profile
@wlhee
wlhee / client.go
Created November 23, 2019 19:49
slow client
package main
import (
"fmt"
"net/http"
"os"
"time"
"google3/base/go/flag"
)
@wlhee
wlhee / upstream.go
Last active November 23, 2019 19:48
Example Upstream
package main
import (
"fmt"
"io"
"math"
"net/http"
"net/http/httputil"
"strconv"
"strings"
@wlhee
wlhee / exmaple.go
Last active June 17, 2019 23:25
Generate Open ID Token Connect with Google Service Account Key
package main
import (
"context"
"errors"
"flag"
"fmt"
"io/ioutil"
"log"