We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go vet
1 parent a86acce commit bf541d5Copy full SHA for bf541d5
server/uplink/protocol.go
@@ -85,8 +85,8 @@ const (
85
86
type Message struct {
87
Type string `json:"message-type"`
88
- Challenge []byte `json:"challenge",omitempty`
89
- Solution []byte `json:"solution",omitempty`
+ Challenge []byte `json:"challenge,omitempty"`
+ Solution []byte `json:"solution,omitempty"`
90
}
91
92
func (m *Message) Marshal() ([]byte, error) {
0 commit comments