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