github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/cmd/gofmt/internal.go (about) 1 // Copyright 2015 The Go 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 // TODO(gri): This file and the file src/go/format/internal.go are 6 // the same (but for this comment and the package name). Do not modify 7 // one without the other. Determine if we can factor out functionality 8 // in a public API. See also #11844 for context. 9 10 package main