Update examples to match
This commit is contained in:
@@ -7,7 +7,7 @@ import "hnakra/service"
|
||||
|
||||
func main () {
|
||||
http.HandleFunc("/hello/", hellorld)
|
||||
err := (&service.HTTP { Mount: service.Mount {
|
||||
err := (&service.HTTP { Mount: service.MountConfig {
|
||||
Path: "/hello/",
|
||||
Name: "Hellorld",
|
||||
Description: "A test service.",
|
||||
|
||||
Reference in New Issue
Block a user