1
0
hugo/content/blog/2017-04-10-golang.md
2024-04-23 22:21:26 +09:00

14 lines
538 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
date = "2017-04-10"
tags = ["golang"]
title = "go-json-base64"
slug = "golang"
+++
> なぜかサービスにこのクライアントを入れてイベントをPublishするとなぜかData部分のJSONがbase64エンコードされている……. 結論から言うとGo1.8未満のバージョンで json.RawMessage を json.Marshal するとbase64エンコードされてしまうのが原因
http://blog.upamune.com/entry/2017/04/07/165658
これに類似する問題、ちょっとハマったのでメモ。