sync.WaitGroup.Go (method)

4 uses

	sync (current package)
		waitgroup.go#L235: func (wg *WaitGroup) Go(f func()) {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1399: 	wg.Go(func() {

	go.pact.im/x/supervisor
		group.go#L85: 	g.wg.Go(func() {
		supervisor.go#L104: 	wg.Go(func() {