Created
October 18, 2016 11:30
-
-
Save kaneshin/773787635aa71baf7c27986f8f6bf7c5 to your computer and use it in GitHub Desktop.
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 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