Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Created October 18, 2016 11:30
Show Gist options
  • Save kaneshin/773787635aa71baf7c27986f8f6bf7c5 to your computer and use it in GitHub Desktop.
Save kaneshin/773787635aa71baf7c27986f8f6bf7c5 to your computer and use it in GitHub Desktop.
package app
import (
"net/http"
"github.com/kaneshin/gae-handson/app"
)
func init() {
http.Handle("/", app.Router)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment