Skip to content

Instantly share code, notes, and snippets.

View DanielCalvo's full-sized avatar

Daniel DanielCalvo

View GitHub Profile
@DanielCalvo
DanielCalvo / main.go
Created August 26, 2020 15:44
Github app repository clone golang
package main
import (
"encoding/json"
"fmt"
"github.com/dgrijalva/jwt-go"
"io/ioutil"
"net/http"
"os/exec"
"time"