github.com/opentofu/opentofu@v1.7.1/internal/ipaddr/doc.go (about)

     1  // Copyright (c) The OpenTofu Authors
     2  // SPDX-License-Identifier: MPL-2.0
     3  // Copyright (c) 2023 HashiCorp, Inc.
     4  // SPDX-License-Identifier: MPL-2.0
     5  
     6  // Package ipaddr is a fork of a subset of the Go standard "net" package which
     7  // retains parsing behaviors from Go 1.16 or earlier.
     8  //
     9  // Don't use this for any new code without careful consideration. See the
    10  // README.md in the package directory for more information.
    11  package ipaddr