Skip to content

Instantly share code, notes, and snippets.

View angelbarrera92's full-sized avatar
🌕
Getafe, +13°

Ángel angelbarrera92

🌕
Getafe, +13°
View GitHub Profile
@angelbarrera92
angelbarrera92 / litestream.json
Created April 2, 2021 11:50
Litestream Grafana Dashboard
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@angelbarrera92
angelbarrera92 / main.go
Created April 20, 2021 16:23
golang download parsing netrc
package main
import (
"io"
"io/ioutil"
"net/http"
"net/url"
"os"
"strings"
)