This is an automated email from the ASF dual-hosted git repository.

jasondeng1997 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-contrib.git


The following commit(s) were added to refs/heads/main by this push:
     new dcc7a64  Update .asf.yaml (#12)
dcc7a64 is described below

commit dcc7a64be2f6509976d9d64fe9f0e86f18505f1c
Author: Jason Deng <[email protected]>
AuthorDate: Mon Jun 12 17:29:39 2023 +0800

    Update .asf.yaml (#12)
    
    Co-authored-by: Albumen Kevin <[email protected]>
---
 v3/codec/README.md     |  1 +
 v3/codec/main.go       | 24 ++++++++++++++++++++++++
 v3/common/README.md    |  1 +
 v3/common/main.go      | 24 ++++++++++++++++++++++++
 v3/config/README.md    |  1 +
 v3/config/main.go      | 24 ++++++++++++++++++++++++
 v3/filter/README.md    |  1 +
 v3/filter/main.go      | 24 ++++++++++++++++++++++++
 v3/imports/README.md   |  1 +
 v3/imports/main.go     | 24 ++++++++++++++++++++++++
 v3/logger/README.md    |  1 +
 v3/logger/main.go      | 24 ++++++++++++++++++++++++
 v3/metadata/README.md  |  1 +
 v3/metadata/main.go    | 24 ++++++++++++++++++++++++
 v3/metric/README.md    |  1 +
 v3/metric/main.go      | 24 ++++++++++++++++++++++++
 v3/protocol/README.md  |  1 +
 v3/protocol/main.go    | 24 ++++++++++++++++++++++++
 v3/registry/README.md  |  1 +
 v3/registry/main.go    | 24 ++++++++++++++++++++++++
 v3/remoting/README.md  |  1 +
 v3/remoting/main.go    | 24 ++++++++++++++++++++++++
 v3/selector/README.md  |  1 +
 v3/selector/main.go    | 24 ++++++++++++++++++++++++
 v3/server/README.md    |  1 +
 v3/server/main.go      | 24 ++++++++++++++++++++++++
 v3/store/README.md     |  1 +
 v3/store/main.go       | 24 ++++++++++++++++++++++++
 v3/sync/README.md      |  1 +
 v3/sync/main.go        | 24 ++++++++++++++++++++++++
 v3/tools/README.md     |  1 +
 v3/tools/main.go       | 24 ++++++++++++++++++++++++
 v3/transport/README.md |  1 +
 v3/transport/main.go   | 24 ++++++++++++++++++++++++
 v3/xds/README.md       |  1 +
 v3/xds/main.go         | 24 ++++++++++++++++++++++++
 36 files changed, 450 insertions(+)

diff --git a/v3/codec/README.md b/v3/codec/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/codec/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/codec/main.go b/v3/codec/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/codec/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/common/README.md b/v3/common/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/common/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/common/main.go b/v3/common/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/common/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/config/README.md b/v3/config/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/config/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/config/main.go b/v3/config/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/config/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/filter/README.md b/v3/filter/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/filter/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/filter/main.go b/v3/filter/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/filter/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/imports/README.md b/v3/imports/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/imports/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/imports/main.go b/v3/imports/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/imports/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/logger/README.md b/v3/logger/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/logger/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/logger/main.go b/v3/logger/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/logger/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/metadata/README.md b/v3/metadata/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/metadata/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/metadata/main.go b/v3/metadata/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/metadata/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/metric/README.md b/v3/metric/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/metric/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/metric/main.go b/v3/metric/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/metric/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/protocol/README.md b/v3/protocol/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/protocol/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/protocol/main.go b/v3/protocol/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/protocol/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/registry/README.md b/v3/registry/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/registry/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/registry/main.go b/v3/registry/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/registry/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/remoting/README.md b/v3/remoting/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/remoting/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/remoting/main.go b/v3/remoting/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/remoting/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/selector/README.md b/v3/selector/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/selector/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/selector/main.go b/v3/selector/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/selector/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/server/README.md b/v3/server/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/server/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/server/main.go b/v3/server/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/server/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/store/README.md b/v3/store/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/store/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/store/main.go b/v3/store/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/store/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/sync/README.md b/v3/sync/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/sync/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/sync/main.go b/v3/sync/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/sync/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/tools/README.md b/v3/tools/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/tools/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/tools/main.go b/v3/tools/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/tools/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/transport/README.md b/v3/transport/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/transport/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/transport/main.go b/v3/transport/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/transport/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}
diff --git a/v3/xds/README.md b/v3/xds/README.md
new file mode 100644
index 0000000..a5d1352
--- /dev/null
+++ b/v3/xds/README.md
@@ -0,0 +1 @@
+# This is a place for various extensions in the dubbogo ecosystem that aren't 
part of the dubbogo core.
\ No newline at end of file
diff --git a/v3/xds/main.go b/v3/xds/main.go
new file mode 100644
index 0000000..174a058
--- /dev/null
+++ b/v3/xds/main.go
@@ -0,0 +1,24 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+package main
+
+import "fmt"
+
+func main() {
+       fmt.Println("hello world")
+}

Reply via email to