Skip to content

Instantly share code, notes, and snippets.

@pranjal5215
pranjal5215 / config.json
Created August 1, 2015 05:04
json config file for norse
{
"redis" : {
"redisConfig" : {
"host" : "localhost",
"port" : "6379",
"db" : "1"
}
},
"memcache" : {
"memConf1" : "localhost:11211",
@pranjal5215
pranjal5215 / asyncfetchtimeout.go
Created July 29, 2014 20:12
Non working code panics on runtime.
package main
import (
"fmt"
"net"
"net/http"
"time"
)
var urls = []string{