From a0f6b76069f59cca362666f804f16efe170a1758 Mon Sep 17 00:00:00 2001 From: lostluck <13907733+lostluck@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:44:04 -0700 Subject: [PATCH] Add all the packages to the aliasing coverage for link forwarding. --- content/code/beam-go.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/code/beam-go.md b/content/code/beam-go.md index 44e969b..921d53e 100644 --- a/content/code/beam-go.md +++ b/content/code/beam-go.md @@ -2,7 +2,24 @@ title: "Unofficial Apache Beam SDK for Go" date: 2024-10-17T23:00:00Z vanity: "https://github.com/lostluck/beam-go" +# Generate the aliases with the following in the package. +# go list ./... | sed 's/^lostluck.dev/ - /g' aliases: - /beam-go + - /beam-go/cmd/beamgo + - /beam-go/coders + - /beam-go/examples/wordcount - /beam-go/internal + - /beam-go/internal/beamopts + - /beam-go/internal/extworker + - /beam-go/internal/harness + - /beam-go/internal/model/fnexecution_v1 + - /beam-go/internal/model/jobmanagement_v1 + - /beam-go/internal/model/pipeline_v1 + - /beam-go/internal/pipelinex + - /beam-go/internal/runner/prism + - /beam-go/internal/runner/universal + - /beam-go/io/blobio + - /beam-go/io/textio + - /beam-go/transforms/io/synthetic --- \ No newline at end of file