func go/format.Source

3 uses

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

	golang.org/x/pkgsite/internal/frontend
		playground.go#L58: 	body, err := format.Source([]byte(r.FormValue("body")))

	golang.org/x/pkgsite/internal/godoc/codec
		generate.go#L117: 	src, err = format.Source(src)