Skip to content

Commit

Permalink
Modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
tv42 committed Oct 29, 2014
1 parent cd11eb1 commit 1dbe40d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

15 changes: 1 addition & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
*~
.#*
## the next line needs to start with a backslash to avoid looking like
## a comment
\#*#
.*.swp

## go generated files
*.[68]
*.a
[68].out
_obj
_test
_testmain.go
/mockhttp.test
9 changes: 0 additions & 9 deletions Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion mockhttp_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package mockhttp_test

import (
"github.com/tv42/mockhttp.go"
"net/http"
"net/http/httptest"
"strings"
"testing"

"github.com/tv42/mockhttp"
)

func hello(w http.ResponseWriter, req *http.Request) {
Expand Down

0 comments on commit 1dbe40d

Please sign in to comment.