renamed pkg from interval to intervals

This commit is contained in:
Daniel Gil
2018-07-05 09:04:38 +02:00
parent 7ab61f4312
commit e73c928dad
22 changed files with 651 additions and 651 deletions

View File

@@ -1,4 +1,4 @@
package interval
package intervals
func min(a, b int) int {
if a < b {