Skip to content

Instantly share code, notes, and snippets.

@rverma-nikiai
rverma-nikiai / main.go
Created June 21, 2019 14:28
terrafrom upgrade gist
package main
import (
"context"
"fmt"
"github.com/fako1024/topo"
"github.com/google/go-github/v26/github"
"golang.org/x/oauth2"
"log"
"os"