Skip to content

Instantly share code, notes, and snippets.

View claudemirogb's full-sized avatar

Claudemiro claudemirogb

View GitHub Profile
@claudemirogb
claudemirogb / fbp.go
Last active September 22, 2016 20:58
package main
import (
"context"
"errors"
"fmt"
"io/ioutil"
"log"
"net/http"
"reflect"
@claudemirogb
claudemirogb / xlog.go
Last active September 10, 2016 14:22
package main
import (
"context"
"fmt"
"net/http"
"github.com/justinas/alice"
log "github.com/rs/xlog"
)
package log
import (
"context"
"encoding/json"
"log"
)
const fieldKey = "fieldKey"
package main
import (
"log"
"net/http"
)
func handler(w http.ResponseWriter, r *http.Request) {}