Versions in this module Expand all Collapse all v1 v1.3.1 May 12, 2026 v1.3.0 May 12, 2026 Changes in this version + func LoggingMiddleware(next http.Handler) http.Handler + func RegisterRoutes(mux *http.ServeMux) + type DiffRequest struct + Base string + Compare string + type DiffResponse struct + BaseLines []string + CompareLines []string + OpCodes []OpCodeInfo + type OpCodeInfo struct + I1 int + I2 int + J1 int + J2 int + Tag string