1// Copyright 2021 The Go Authors. All rights reserved. Use of this2// source code is governed by a BSD-style license that can be found in3// the LICENSE file.45packageb67import"./a"89funcJoinClusterServices() {
10_ = a.NewStoppableWaitGroup()
11}
12