Files
evening_detective/internal/modules/cleaner/interface.go
T
2026-03-02 02:58:26 +07:00

6 lines
76 B
Go

package cleaner
type ICleaner interface {
ClearCode(code string) string
}