mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-03 13:12:16 +02:00
initial import
This commit is contained in:
11
microservices/hanlder-impl/cmd/main.go
Normal file
11
microservices/hanlder-impl/cmd/main.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"golang.source-fellows.com/samples/httphandler"
|
||||
)
|
||||
|
||||
func main() {
|
||||
http.ListenAndServe(":8080", &httphandler.MyHandler{})
|
||||
}
|
Reference in New Issue
Block a user