mirror of https://github.com/dirtbags/moth.git
11 lines
169 B
Go
11 lines
169 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestHttpd(t *testing.T) {
|
||
|
//emptyBody := bytes.NewReader([]byte{})
|
||
|
//request := httptest.NewRequest("GET", "/", emptyBody)
|
||
|
}
|