Update hello.go

This commit is contained in:
Muhammad Dicka Nirwansyah 2018-10-17 00:32:09 +07:00 committed by GitHub
parent cfa092f4f0
commit e5eb3cf020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,5 @@ func init() {
// Handle all requests using net/http
http.Handle("/", r)
r.Run(":3000")
}