func go/format.Source

2 uses

	go/format (current package)
		format.go#L101: func Source(src []byte) ([]byte, error) {

	go.pact.im/x/plumb/internal/emit
		emit.go#L66: 	formatted, err := format.Source([]byte(src))