| // Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // List imports that appear in submodules that are not part of fuchsia.git but | |
| // are worked with as part of a single GN build tree. | |
| package imports | |
| import ( | |
| _ "go.uber.org/goleak" | |
| ) |