This commit is contained in:
Manfred Touron
2017-05-18 18:54:23 +02:00
parent dc386661ca
commit 5448f25fd6
645 changed files with 55908 additions and 33297 deletions

View File

@@ -1,12 +1,12 @@
package lb
import (
"context"
"math"
"testing"
"github.com/go-kit/kit/endpoint"
"github.com/go-kit/kit/sd"
"golang.org/x/net/context"
)
func TestRandom(t *testing.T) {

View File

@@ -1,11 +1,12 @@
package lb
import (
"context"
"fmt"
"strings"
"time"
"golang.org/x/net/context"
"github.com/go-kit/kit/endpoint"
)

View File

@@ -1,11 +1,12 @@
package lb_test
import (
"context"
"errors"
"testing"
"time"
"golang.org/x/net/context"
"github.com/go-kit/kit/endpoint"
"github.com/go-kit/kit/sd"
"github.com/go-kit/kit/sd/lb"

View File

@@ -1,13 +1,14 @@
package lb
import (
"context"
"reflect"
"sync"
"sync/atomic"
"testing"
"time"
"golang.org/x/net/context"
"github.com/go-kit/kit/endpoint"
"github.com/go-kit/kit/sd"
)