- Timestamp:
- Jan 21, 2024, 2:44:03 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/mai/main.go
r61 r62 38 38 engine := html.New(conf.tmplpath, ".html") 39 39 engine.AddFunc("inc", func(i int) int { return i + 1 }) 40 storage := redis.New(41 redis.Config{42 URL: conf.redisuri,43 },44 )45 40 46 41 app := fiber.New(
Note:
See TracChangeset
for help on using the changeset viewer.