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

martijnvisser pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c12be7  [hotfix] Changing comment structure for go.mod because 
running `hugo mod get -u github.com/apache/flink-connector-elasticsearch/docs` 
results in:
8c12be7 is described below

commit 8c12be7e57746ab8fac3eed9a85c65cfa361dcc3
Author: MartijnVisser <[email protected]>
AuthorDate: Mon Apr 25 18:56:21 2022 +0200

    [hotfix] Changing comment structure for go.mod because running `hugo mod 
get -u github.com/apache/flink-connector-elasticsearch/docs` results in:
    
    go: no module dependencies to download
    go: 
github.com/apache/flink-connector-elasticsearch/[email protected]:
 parsing go.mod: go.mod:1: mod files must use // comments (not /* */ comments)
    go: no module dependencies to download
---
 docs/go.mod | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/docs/go.mod b/docs/go.mod
index 14dc41a..bfaa1e7 100644
--- a/docs/go.mod
+++ b/docs/go.mod
@@ -1,21 +1,19 @@
-/*
-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.
-*/
+// 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.
 
 module github.com/apache/flink-connector-elasticsearch/docs
 

Reply via email to