Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
- Remove methodhandler.go reference until it is fixed
- Add examples/tls.go
  • Loading branch information
Michael Hoisie committed Apr 8, 2013
1 parent 5b2377a commit ba8d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,8 +11,8 @@ format:
${GOFMT} -w web_test.go
${GOFMT} -w examples/arcchallenge.go
${GOFMT} -w examples/hello.go
${GOFMT} -w examples/methodhandler.go
${GOFMT} -w examples/multipart.go
${GOFMT} -w examples/multiserver.go
${GOFMT} -w examples/params.go
${GOFMT} -w examples/logger.go
${GOFMT} -w examples/tls.go

0 comments on commit ba8d892

Please sign in to comment.