refactor intervals repo in testcases and example (bitbucket -> github)
This commit is contained in:
parent
54e008c3e2
commit
658f7dc53f
@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"math"
|
"math"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
type demo struct {
|
type demo struct {
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
func initIntervalsForDemo001() interval.Intervals {
|
func initIntervalsForDemo001() interval.Intervals {
|
||||||
|
@ -3,7 +3,7 @@ package interval_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestGaps(t *testing.T) {
|
func TestGaps(t *testing.T) {
|
||||||
|
@ -3,7 +3,7 @@ package interval_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMerge(t *testing.T) {
|
func TestMerge(t *testing.T) {
|
||||||
|
@ -3,7 +3,7 @@ package interval_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestOverlapped(t *testing.T) {
|
func TestOverlapped(t *testing.T) {
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"bitbucket.org/differenttravel/interval"
|
"github.com/centraldereservas/intervals"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestReport(t *testing.T) {
|
func TestReport(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user