You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/martini-contrib/web
go get github.com/go-martini/martini
mkdir -p $GOPATH/src/github.com/xyproto
cd$GOPATH/src/github.com/xyproto
git clone https://github.com/xyproto/browserspeak.git -b martini
cd browserspeak/example
go build
PORT=8080 ./example
Hi,
The "martini" branch in one of my repositories has an example application that panics when visited, that did not panic with hoisie/web:
https://github.com/xyproto/browserspeak/tree/martini
One way of trying it out
Visiting http://localhost:8080/test.svg works, but http://localhost:8080/ gives the following backtrace:
I can not see any references to my own code, so I'm having a hard time pinpointing where this error lies. Any help is appreciated.
Best regards,
Alexander Rødseth
@Gissues:{"order":50,"status":"done"}
The text was updated successfully, but these errors were encountered: