Skip to content

Commit a0f6b76

Browse files
committed
Add all the packages to the aliasing coverage for link forwarding.
1 parent da7945c commit a0f6b76

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/code/beam-go.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22
title: "Unofficial Apache Beam SDK for Go"
33
date: 2024-10-17T23:00:00Z
44
vanity: "https://github.com/lostluck/beam-go"
5+
# Generate the aliases with the following in the package.
6+
# go list ./... | sed 's/^lostluck.dev/ - /g'
57
aliases:
68
- /beam-go
9+
- /beam-go/cmd/beamgo
10+
- /beam-go/coders
11+
- /beam-go/examples/wordcount
712
- /beam-go/internal
13+
- /beam-go/internal/beamopts
14+
- /beam-go/internal/extworker
15+
- /beam-go/internal/harness
16+
- /beam-go/internal/model/fnexecution_v1
17+
- /beam-go/internal/model/jobmanagement_v1
18+
- /beam-go/internal/model/pipeline_v1
19+
- /beam-go/internal/pipelinex
20+
- /beam-go/internal/runner/prism
21+
- /beam-go/internal/runner/universal
22+
- /beam-go/io/blobio
23+
- /beam-go/io/textio
24+
- /beam-go/transforms/io/synthetic
825
---

0 commit comments

Comments
 (0)