Skip to content

Instantly share code, notes, and snippets.

View soufi's full-sized avatar
🏠
Working from home

SoufianeB. soufi

🏠
Working from home
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"