Commit 9d8fbe53 authored by pengin7384's avatar pengin7384

fix: Frame struct tag

parent ad28267b
...@@ -27,7 +27,7 @@ type Frame struct { ...@@ -27,7 +27,7 @@ type Frame struct {
ID ChannelID `json:"id"` ID ChannelID `json:"id"`
FrameNumber uint16 `json:"frame_number"` FrameNumber uint16 `json:"frame_number"`
Data []byte `json:"data"` Data []byte `json:"data"`
IsLast bool `'json:"is_last"` IsLast bool `json:"is_last"`
} }
// MarshalBinary writes the frame to `w`. // MarshalBinary writes the frame to `w`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment