refactor intervals repo in testcases and example (bitbucket -> github)

This commit is contained in:
Daniel Gil
2018-07-03 12:22:24 +02:00
parent 54e008c3e2
commit 658f7dc53f
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ package interval_test
import (
"testing"
"bitbucket.org/differenttravel/interval"
"github.com/centraldereservas/intervals"
)
func TestOverlapped(t *testing.T) {