Created animediff package
This commit is contained in:
8
utils/animediff/Interface.go
Normal file
8
utils/animediff/Interface.go
Normal file
@ -0,0 +1,8 @@
|
||||
package animediff
|
||||
|
||||
// Difference describes a difference between two anime.
|
||||
type Difference interface {
|
||||
String() string
|
||||
DetailsA() string
|
||||
DetailsB() string
|
||||
}
|
Reference in New Issue
Block a user