We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 235c188 + f862b2b commit ef2d6fbCopy full SHA for ef2d6fb
026_appengine-deploy/02/main.go
@@ -4,6 +4,7 @@ import (
4
"net/http"
5
)
6
7
-func init() {
+func main() {
8
http.Handle("/", http.FileServer(http.Dir(".")))
9
+ http.ListenAndServe(":8080", nil)
10
}
0 commit comments