splited big file into smaller files by functionality
This commit is contained in:
@@ -8,6 +8,7 @@ type Interval struct {
|
||||
Object interface{}
|
||||
}
|
||||
|
||||
// String implements Stringer.Interface Interval
|
||||
func (itvl Interval) String() string {
|
||||
return fmt.Sprintf("(%v, %v)", itvl.Low, itvl.High)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user