Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-12-04 14:20:14 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-12-04 14:20:14 +0300
commit6a66f64e79ca5198ae43bd838f57a4c02f0c8f30 (patch)
treef35da40ef19e77b8d932ec5747397a040a630394 /internal/rubyserver
parent485af0a046e7678d177c7f6af4278cb079fea5c6 (diff)
Update to latest goimports formatting
Diffstat (limited to 'internal/rubyserver')
-rw-r--r--internal/rubyserver/rubyserver.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rubyserver/rubyserver.go b/internal/rubyserver/rubyserver.go
index b163dc7bc..eb6a40a0b 100644
--- a/internal/rubyserver/rubyserver.go
+++ b/internal/rubyserver/rubyserver.go
@@ -10,8 +10,8 @@ import (
"sync"
"time"
- "github.com/grpc-ecosystem/go-grpc-middleware"
- "github.com/grpc-ecosystem/go-grpc-prometheus"
+ grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"
+ grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
log "github.com/sirupsen/logrus"
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/command"