Skip to content

Commit

Permalink
gofmt -s, spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kaperys committed Jul 25, 2018
1 parent 7d92780 commit 21483a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RequestMessageType MessageType = "request"
// ResponseMessageType is returned by the TV in response to a request.
const ResponseMessageType MessageType = "response"

// Message represents the JSON message format used in request and respones to
// Message represents the JSON message format used in request and responses to
// and from the TV.
type Message struct {
Type MessageType `json:"type,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion pairing.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func pairPrompt() Payload {
"READ_COUNTRY_INFO",
},
"signatures": []map[string]interface{}{
map[string]interface{}{
{
"signatureVersion": 1,
"signature": "eyJhbGdvcml0aG0iOiJSU0EtU0hBMjU2Iiwia2V5SWQiOiJ0ZXN0LXNpZ25pbmctY2VydCIsInNpZ25hdHVyZVZlcnNpb24iOjF9.hrVRgjCwXVvE2OOSpDZ58hR+59aFNwYDyjQgKk3auukd7pcegmE2CzPCa0bJ0ZsRAcKkCTJrWo5iDzNhMBWRyaMOv5zWSrthlf7G128qvIlpMT0YNY+n/FaOHE73uLrS/g7swl3/qH/BGFG2Hu4RlL48eb3lLKqTt2xKHdCs6Cd4RMfJPYnzgvI4BNrFUKsjkcu+WD4OO2A27Pq1n50cMchmcaXadJhGrOqH5YmHdOCj5NSHzJYrsW0HPlpuAx/ECMeIZYDh6RMqaFM2DXzdKX9NmmyqzJ3o/0lkk/N97gfVRLW5hA29yeAwaCViZNCP8iC9aO0q9fQojoa7NQnAtw==",
},
Expand Down

0 comments on commit 21483a5

Please sign in to comment.