
7 Jul
2015
7 Jul
'15
4:05 p.m.
commit 30db0cba962d4620c8787bc455d8f5e8eb2b8d8c Author: David Fifield <david@bamsoftware.com> Date: Tue Jul 7 09:04:33 2015 -0700 Better wording. --- meek-client/helper.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meek-client/helper.go b/meek-client/helper.go index 37c4615..6b89f5a 100644 --- a/meek-client/helper.go +++ b/meek-client/helper.go @@ -14,8 +14,8 @@ import ( "time" ) -// The code in this file has to do communicating with the meek-http-helper -// browser extension. +// The code in this file has to do with communication between meek-client and +// the meek-http-helper browser extension. type JSONRequest struct { Method string `json:"method,omitempty"`