We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc9b28f + e69ef9e commit f5faf4fCopy full SHA for f5faf4f
.travis.yml
@@ -1,5 +1,10 @@
1
language: go
2
3
go:
4
- - 1.4
5
- - tip
+ - 1.8
+ - stable
6
+ - master
7
+
8
+matrix:
9
+ allow_failures:
10
+ - go: master
message.go
@@ -70,7 +70,7 @@ type messageRequest struct {
70
Validity int `json:"validity,omitempty"`
71
Gateway int `json:"gateway,omitempty"`
72
TypeDetails TypeDetails `json:"typeDetails,omitempty"`
73
- DataCoding string `json:"dataCoding,omitempty"`
+ DataCoding string `json:"datacoding,omitempty"`
74
MClass int `json:"mclass,omitempty"`
75
ScheduledDatetime string `json:"scheduledDatetime,omitempty"`
76
}
0 commit comments