generated from VLADIMIR/template
add modules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package cleaner
|
||||
|
||||
type ICleaner interface {
|
||||
ClearCode(code string) string
|
||||
ClearText(text string) string
|
||||
}
|
||||
Reference in New Issue
Block a user