Skip to content

Commit

Permalink
woot, though not quite as coolio as theirs, may be functional...
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Apr 10, 2014
1 parent cabdb8d commit 4a83630
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
jruby-1.7.10
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion goweb/wiki.go
Expand Up @@ -85,7 +85,7 @@ func makeHandler(fn func(http.ResponseWriter, *http.Request, string)) http.Handl
m := validPath.FindStringSubmatch(r.URL.Path)
if m == nil {
http.NotFound(w, r)
return
return
}
fn(w, r, m[2])
}
Expand Down

0 comments on commit 4a83630

Please sign in to comment.