Skip to content

Instantly share code, notes, and snippets.

View visola's full-sized avatar

Vinicius Isola visola

View GitHub Profile
@visola
visola / main.go
Created March 2, 2018 13:25
Refactoring HTTP Request execution
package main
import (
"bytes"
"encoding/json"
"io/ioutil"
"log"
"net/http"
"net/http/httputil"
)
@visola
visola / gist:2ea9686824e13bad1de6
Created July 1, 2015 14:20
.gitignore for Eclipse, IntelliJ with Maven
.DS_Store
*.class
*.jar
*.war
*.ear
*.iml
.build-executable