Sign in
go
/
tools
/
9b68bc9966ee62cbe4704dea268ca17f0d2cd8a7
/
.
/
internal
/
gofix
/
testdata
/
src
/
c
/
c.go
blob: 7f6a3f26fe2078f5c0f994d2be1e1729677bb02e [
file
]
package c
// This package is dot-imported by package b.
import "io"
const C = 1
//go:fix inline
type R = map[io.Reader]io.Reader