You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/04/26 18:30:38 UTC

[beam] branch master updated (77cbcd2 -> 7129343)

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

tgroh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 77cbcd2  Removing some unused local variables (#4684)
     add 85adafa  Move examples to godoc examples part 1.
     new 7129343  Merge pull request #5201: Move text examples to Go Doc examples

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/go/pkg/beam/coder.go    |   6 +-
 sdks/go/pkg/beam/create.go   |   9 +--
 sdks/go/pkg/beam/doc.go      |  53 +-------------
 sdks/go/pkg/beam/doc_test.go | 166 +++++++++++++++++++++++++++++++++++++++++++
 sdks/go/pkg/beam/encoding.go |   6 ++
 sdks/go/pkg/beam/flatten.go  |   7 --
 sdks/go/pkg/beam/forward.go  |  48 ++++++++++---
 sdks/go/pkg/beam/gbk.go      |   8 ---
 sdks/go/pkg/beam/impulse.go  |   9 +--
 sdks/go/pkg/beam/option.go   |   7 +-
 sdks/go/pkg/beam/pardo.go    |   4 +-
 sdks/go/pkg/beam/util.go     |   6 --
 12 files changed, 223 insertions(+), 106 deletions(-)
 create mode 100644 sdks/go/pkg/beam/doc_test.go

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.

[beam] 01/01: Merge pull request #5201: Move text examples to Go Doc examples

Posted by tg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tgroh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 712934389c57bf5eaa101dd0101af6cf6bcc37a8
Merge: 77cbcd2 85adafa
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Thu Apr 26 11:30:29 2018 -0700

    Merge pull request #5201: Move text examples to Go Doc examples
    
    [BEAM-3826]

 sdks/go/pkg/beam/coder.go    |   6 +-
 sdks/go/pkg/beam/create.go   |   9 +--
 sdks/go/pkg/beam/doc.go      |  53 +-------------
 sdks/go/pkg/beam/doc_test.go | 166 +++++++++++++++++++++++++++++++++++++++++++
 sdks/go/pkg/beam/encoding.go |   6 ++
 sdks/go/pkg/beam/flatten.go  |   7 --
 sdks/go/pkg/beam/forward.go  |  48 ++++++++++---
 sdks/go/pkg/beam/gbk.go      |   8 ---
 sdks/go/pkg/beam/impulse.go  |   9 +--
 sdks/go/pkg/beam/option.go   |   7 +-
 sdks/go/pkg/beam/pardo.go    |   4 +-
 sdks/go/pkg/beam/util.go     |   6 --
 12 files changed, 223 insertions(+), 106 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.