Skip to content

Instantly share code, notes, and snippets.

View Double1996's full-sized avatar
🤒
Out sick

Forrest Shuang Double1996

🤒
Out sick
View GitHub Profile
@Double1996
Double1996 / golang_job_queue.md
Created June 29, 2022 09:36 — forked from harlow/golang_job_queue.md
Job queues in Golang
@Double1996
Double1996 / server.go
Created May 31, 2019 02:20 — forked from josdirksen/server.go
Simple HTTP Server in Go using mongoDB and channels
package main
import (
"encoding/json"
"fmt"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
"io"
"math/rand"
"net/http"