Update examples to match

This commit is contained in:
Sasha Koshka
2023-05-26 20:27:59 -04:00
parent 5d5d58544f
commit 9025844212
6 changed files with 18 additions and 18 deletions

View File

@@ -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.",