github.com/ethersphere/bee/v2@v2.2.0/pkg/util/doc.go (about) 1 // Copyright 2023 The Swarm Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Package util is a placeholder for common utilities used by multiple packages. 6 // It is not intended to be used by other packages and therefore should not be 7 // imported or contain any functions, constants, or types. Packages in this 8 // directory should have the suffix "util" in their name. 9 package util