sausheong / polyglot

Polyglot is a distributed web framework that allows programmers to create web applications in multiple programming languages
626 stars 34 forks source link

Unable to run go responder #4

Closed johnjelinek closed 10 years ago

johnjelinek commented 10 years ago
$ go build /go/src/github.com/sausheong/polyglot/responders/go-resp/responder.go
# command-line-arguments
./responder.go:4: imported and not used: "github.com/nu7hatch/gouuid" as uuid
./responder.go:9: imported and not used: "strings"
./responder.go:24: undefined: routeId
./responder.go:24: cannot assign to routeId
./responder.go:32: undefined: routeId
sausheong commented 10 years ago

Yes, it's incomplete, I have not finished writing this responder yet.

sausheong commented 10 years ago

It's completed now