This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-patch-4 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 363b96a67a28ccfde456bc0d7ebe605a26b610b0 Author: Robert Burke <[email protected]> AuthorDate: Tue Jan 19 10:28:42 2021 -0800 Remove redundant & detatched package comment --- sdks/go/pkg/beam/runners/dataflow/dataflowlib/metrics.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdks/go/pkg/beam/runners/dataflow/dataflowlib/metrics.go b/sdks/go/pkg/beam/runners/dataflow/dataflowlib/metrics.go index ae72b64..de206fa 100644 --- a/sdks/go/pkg/beam/runners/dataflow/dataflowlib/metrics.go +++ b/sdks/go/pkg/beam/runners/dataflow/dataflowlib/metrics.go @@ -13,9 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package dataflowlib translates a Beam pipeline model to the -// Dataflow API job model, for submission to Google Cloud Dataflow. - package dataflowlib import (
