Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Last active October 18, 2016 11:22
Show Gist options
  • Save kaneshin/02d491bbc682ab3ca385c3bfd8152d69 to your computer and use it in GitHub Desktop.
Save kaneshin/02d491bbc682ab3ca385c3bfd8152d69 to your computer and use it in GitHub Desktop.
package main
import (
"log"
"net/http"
"github.com/kaneshin/gae-handson/app"
)
func main() {
log.Fatal(http.ListenAndServe(":8082", app.Router))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment