feat: progress
This commit is contained in:
10
pkg/repr/repr.go
Normal file
10
pkg/repr/repr.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package repr
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
type Repr interface {
|
||||
fmt.Stringer
|
||||
fmt.Scanner
|
||||
}
|
||||
Reference in New Issue
Block a user