Skip to content

Instantly share code, notes, and snippets.

View dtext's full-sized avatar

dtext

View GitHub Profile
@dtext
dtext / handler_test.go
Created May 8, 2020 12:41
Go HTTP Handler Test Boilerplate
func Test_Handler(t *testing.T) {
type fields struct {
}
type args struct {
body string
}
type responseType struct{
}