Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View onemodtwo's full-sized avatar

Michael Salwen onemodtwo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am onemodtwo on github.
  • I am onemodtwo (https://keybase.io/onemodtwo) on keybase.
  • I have a public key ASCLUfggK14O7s9FffBm79PLRUbw27qew8wb1j_NjSpqhgo

To claim this, I am signing this object:

@onemodtwo
onemodtwo / keyValue.go
Last active March 28, 2016 00:39
Simple database server in Go
/* keyValue.go */
package main
import (
"fmt"
"net/http"
"net/url"
"regexp"
"strings"
)