bmizerany / pat

MIT License
1.43k stars 115 forks source link

moved hello_appengine to new dir #35

Closed mattyw closed 10 years ago

mattyw commented 10 years ago

In the current example folder there are two packages

package main: hello.go

package patexample hello_appengine.go

I've fixed this

It's only a trivial change, I noticed it when running the static analysis in go1.3

cespare commented 10 years ago

Thanks :)