| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-07 | all: embed struct [lib/http.ServerOptions] directly to [ServeOptions] | Shulhan | |
| At this point, all of the fields in the struct ServeOptions is the same with [lib/http.ServerOptions] except IsDevelopment and ConvertOptions. For field IsDevelopment we keep in the struct. For field ConvertOptions we remove it and let the caller pass it on Serve function or InitHTTPServer method. | |||
| 2025-01-07 | all: move example for ciigo as library to internal/cmd/ciigo-example | Shulhan | |
| While at it, update the example index by removing unnecessary external image, and update links to open in new tab/window. | |||
