Update examples to match
This commit is contained in:
@@ -7,7 +7,7 @@ import "hnakra/service"
|
||||
|
||||
func main () {
|
||||
http.HandleFunc("/kamikaze/", hellorld)
|
||||
err := (&service.HTTP { Mount: service.Mount {
|
||||
err := (&service.HTTP { Mount: service.MountConfig {
|
||||
Path: "/kamikaze/",
|
||||
Name: "Kamikaze",
|
||||
Description: "A service that abrupltly closes upon any request, for testing",
|
||||
|
||||
Reference in New Issue
Block a user