Skip to content

Instantly share code, notes, and snippets.

View kanishkatn's full-sized avatar
🔥
FIRE! FIRE! FIRE!

Kanishka kanishkatn

🔥
FIRE! FIRE! FIRE!
  • Singapore
View GitHub Profile
@tonyhb
tonyhb / main.go
Created June 20, 2013 00:19
Golang: Converting a struct to a map (to a url.Values string map)
package main
import (
"fmt"
"net/url"
"reflect"
"strconv"
)
type Person struct {