Skip to content

Instantly share code, notes, and snippets.

View juanPabloEA's full-sized avatar
🐒

JPablo juanPabloEA

🐒
View GitHub Profile
@nmerouze
nmerouze / main.go
Last active March 2, 2022 16:36
JSON-API with Go and MongoDB: Final Part
package main
import (
"encoding/json"
"log"
"net/http"
"reflect"
"time"
"github.com/gorilla/context"