Skip to content

Instantly share code, notes, and snippets.

View CheenaT's full-sized avatar
💭
💡

CheenaT

💭
💡
View GitHub Profile
@andreagrandi
andreagrandi / parse_json_post.go
Created August 19, 2014 13:28
Parse a JSON http POST in GoLang
package main
import (
"encoding/json"
"fmt"
"net/http"
)
type test_struct struct {
Test string