golang.org/x/pkgsite/internal.Symbol.GOARCH (field)

11 uses

	golang.org/x/pkgsite/internal (current package)
		symbol.go#L53: 	GOARCH string

	golang.org/x/pkgsite/internal/fetch
		load.go#L103: 				s2.GOARCH = bc.GOARCH
		load.go#L114: 			s.GOARCH = bc.GOARCH
		load.go#L183: 			s.GOARCH = internal.All

	golang.org/x/pkgsite/internal/postgres
		symbol.go#L397: 			GOARCH:     build.GOARCH,

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L65: 			GOARCH: GOARCH,
		sample.go#L86: 		GOARCH: internal.All,
		sample.go#L96: 		GOARCH: internal.All,
		sample.go#L106: 		GOARCH: internal.All,
		sample.go#L117: 		GOARCH: internal.All,
		sample.go#L127: 		GOARCH: internal.All,