This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 82cfa29 Merge pull request #13006 from lukecwik/beam10670.4
add 079cebd [BEAM-9682] Move existing Go SDK katas fixed time window
lesson into windowing section (#13008)
No new revisions were added by this update.
Summary of changes:
learning/katas/go/core_transforms/section-info.yaml | 1 -
.../go/core_transforms/windowing/lesson-info.yaml | 21 ---------------------
.../windowing/lesson-remote-info.yaml | 3 ---
.../windowing/windowing/task-remote-info.yaml | 2 --
learning/katas/go/course-info.yaml | 1 +
learning/katas/go/course-remote-info.yaml | 2 +-
.../fixed_time_window}/cmd/main.go | 4 ++--
.../fixed_time_window}/pkg/common/input.go | 0
.../fixed_time_window}/pkg/task/task.go | 0
.../fixed_time_window}/task-info.yaml | 0
.../fixed_time_window/task-remote-info.yaml | 2 ++
.../fixed_time_window/fixed_time_window}/task.md | 0
.../fixed_time_window}/test/task_test.go | 4 ++--
.../fixed_time_window}/lesson-info.yaml | 2 +-
.../fixed_time_window/lesson-remote-info.yaml | 3 +++
.../{introduction => windowing}/section-info.yaml | 2 +-
.../katas/go/windowing/section-remote-info.yaml | 2 ++
17 files changed, 15 insertions(+), 34 deletions(-)
delete mode 100644 learning/katas/go/core_transforms/windowing/lesson-info.yaml
delete mode 100644
learning/katas/go/core_transforms/windowing/lesson-remote-info.yaml
delete mode 100644
learning/katas/go/core_transforms/windowing/windowing/task-remote-info.yaml
rename learning/katas/go/{core_transforms/windowing/windowing =>
windowing/fixed_time_window/fixed_time_window}/cmd/main.go (88%)
rename learning/katas/go/{core_transforms/windowing/windowing =>
windowing/fixed_time_window/fixed_time_window}/pkg/common/input.go (100%)
rename learning/katas/go/{core_transforms/windowing/windowing =>
windowing/fixed_time_window/fixed_time_window}/pkg/task/task.go (100%)
rename learning/katas/go/{core_transforms/windowing/windowing =>
windowing/fixed_time_window/fixed_time_window}/task-info.yaml (100%)
create mode 100644
learning/katas/go/windowing/fixed_time_window/fixed_time_window/task-remote-info.yaml
rename learning/katas/go/{core_transforms/windowing/windowing =>
windowing/fixed_time_window/fixed_time_window}/task.md (100%)
rename learning/katas/go/{core_transforms/windowing/windowing =>
windowing/fixed_time_window/fixed_time_window}/test/task_test.go (93%)
copy learning/katas/go/{core_transforms/branching =>
windowing/fixed_time_window}/lesson-info.yaml (97%)
create mode 100644
learning/katas/go/windowing/fixed_time_window/lesson-remote-info.yaml
copy learning/katas/go/{introduction => windowing}/section-info.yaml (97%)
create mode 100644 learning/katas/go/windowing/section-remote-info.yaml