Skip to content

Instantly share code, notes, and snippets.

@Ovinatter
Created December 4, 2014 02:05
Show Gist options
  • Save Ovinatter/b7176c1e93aa5b4b5951 to your computer and use it in GitHub Desktop.
Save Ovinatter/b7176c1e93aa5b4b5951 to your computer and use it in GitHub Desktop.
Embed GitHub Gistテスト
var m Msg
b := []byte(`{"message": "とにかく最高!"}`)
err2 := json.Unmarshal(b, &m)
if err2 != nil {
// fmt.Fprintln(os.Stderr, err2)
fmt.Fprintf(w, string(m))
} else {
fmt.Fprintf(w, string(m))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment