サクサク読めて、アプリ限定の機能も多数!
anonymous structと embeddingを利用して少ない労力で JSON Marshal をカスタマイズ
digo のブックマーク 2017/06/24 22:05
Custom JSON Marshalling in Go · Choly's Blog[あとで読む]anonymous structと embeddingを利用して少ない労力で JSON Marshal をカスタマイズ2017/06/24 22:05
このブックマークにはスターがありません。 最初のスターをつけてみよう!
choly.ca2016/06/09
Fri, Apr 10, 2015 Go’s encoding/json package makes it really easy to marshal structs to JSON data. package main import ( "encoding/json" "os" "time" ) type MyUser struct { ID int64 `json:"id"` Name...
14 人がブックマーク・3 件のコメント
\ コメントが サクサク読める アプリです /
anonymous structと embeddingを利用して少ない労力で JSON Marshal をカスタマイズ
digo のブックマーク 2017/06/24 22:05
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Custom JSON Marshalling in Go · Choly's Blog
choly.ca2016/06/09
Fri, Apr 10, 2015 Go’s encoding/json package makes it really easy to marshal structs to JSON data. package main import ( "encoding/json" "os" "time" ) type MyUser struct { ID int64 `json:"id"` Name...
14 人がブックマーク・3 件のコメント
\ コメントが サクサク読める アプリです /