Sitemap
app := iris.New()
// [...]
app.Listen(":8080", iris.WithSitemap("http://localhost:8080"))app.Get("/home", handler).SetLastMod(time.Now()).SetChangeFreq("hourly").SetPriority(0.8)Last updated
Was this helpful?
app := iris.New()
// [...]
app.Listen(":8080", iris.WithSitemap("http://localhost:8080"))app.Get("/home", handler).SetLastMod(time.Now()).SetChangeFreq("hourly").SetPriority(0.8)Last updated
Was this helpful?
Was this helpful?