This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package hello | |
| import ( | |
| "github.com/codegangsta/martini" | |
| "net/http" | |
| ) | |
| func init() { | |
| m := martini.Classic() | |
| m.Get("/hello/:name", func(params martini.Params, w http.ResponseWriter) string { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Date: Wed, 20 Feb 2013 12:40:23 +0900 | |
| MIME-Version: 1.0 | |
| Content-Type: text/plain; charset=UTF-8 | |
| Content-Transfer-Encoding: 8bit | |
| --- | |
| appengine/pom.xml | 18 +++++++++--------- | |
| 1 file changed, 9 insertions(+), 9 deletions(-) | |
| diff --git a/appengine/pom.xml b/appengine/pom.xml |
NewerOlder