Fix tests and apply go fmt

This commit is contained in:
Leonid Bugaev
2015-07-01 19:29:19 +05:00
parent 122f06f6c2
commit 21c544ef67
5 changed files with 120 additions and 127 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func (i *TestInput) EmitGET() {
}
func (i *TestInput) EmitPOST() {
i.data <- []byte("POST /pub/WWW/ HTTP/1.1\r\nContent-Length: 7\r\nHost: www.w3.org\r\n\r\na=1&b=2\r\n\r\n")
i.data <- []byte("POST /pub/WWW/ HTTP/1.1\r\nContent-Length: 7\r\nHost: www.w3.org\r\n\r\na=1&b=2")
}
func (i *TestInput) EmitChunkedPOST() {