Skip to content

Commit

Permalink
fix: updata go get dubbo-gen script (apache#105)
Browse files Browse the repository at this point in the history
* fix: updata go get dubbo-gen script

* fix

* fix: add etcd test
  • Loading branch information
LaurenceLiZhixin authored May 16, 2021
1 parent 30a4239 commit e6ea018
Show file tree
Hide file tree
Showing 60 changed files with 1 addition and 2,976 deletions.
2 changes: 1 addition & 1 deletion general/dubbo3/pb/dubbogo-grpc/protobuf/dubbo3/protobuf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifeq ($(UNAME), Linux)
endif

$(PROTOC_GEN_GO):
go get -u dubbo.apache.org/dubbo-go/v3/protocol/dubbo3/protoc-gen-dubbo3@3.0
go get -u github.com/apache/dubbo-go/protocol/dubbo3/protoc-gen-dubbo3@3.0

helloworld.pb.go: helloworld.proto | $(PROTOC_GEN_GO) $(PROTOC)
protoc -I . helloworld.proto --dubbo3_out=plugins=grpc+dubbo:.
Expand Down
2 changes: 0 additions & 2 deletions generic/go-server/tests/integration/userprovider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package integration

import (
"context"
"fmt"
"github.com/stretchr/testify/assert"
"testing"
"time"
Expand All @@ -39,7 +38,6 @@ func TestGetUser(t *testing.T) {
[]interface{}{"A003"},
},
)
fmt.Println("============", o)
assert.Nil(t, err)
assert.IsType(t, make(map[interface{}]interface{}, 0), o)
resp := o.(map[interface{}]interface{})
Expand Down
47 changes: 0 additions & 47 deletions registry/servicediscovery/consul/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions registry/servicediscovery/consul/README_zh.md

This file was deleted.

105 changes: 0 additions & 105 deletions registry/servicediscovery/consul/go-client/cmd/client.go

This file was deleted.

22 changes: 0 additions & 22 deletions registry/servicediscovery/consul/go-client/cmd/version.go

This file was deleted.

77 changes: 0 additions & 77 deletions registry/servicediscovery/consul/go-client/conf/client.yml

This file was deleted.

28 changes: 0 additions & 28 deletions registry/servicediscovery/consul/go-client/conf/log.yml

This file was deleted.

Loading

0 comments on commit e6ea018

Please sign in to comment.