Skip to content

Commit ef2d6fb

Browse files
authored
Merge pull request GoesToEleven#34 from MarkRosemaker/patch-7
make new version work
2 parents 235c188 + f862b2b commit ef2d6fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

026_appengine-deploy/02/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"net/http"
55
)
66

7-
func init() {
7+
func main() {
88
http.Handle("/", http.FileServer(http.Dir(".")))
9+
http.ListenAndServe(":8080", nil)
910
}

0 commit comments

Comments
 (0)