Sign in
go
/
tools
/
681db090d94e07d421e8ec0d2c5d29e40c4ac2f5
/
.
/
cmd
/
bundle
/
testdata
/
src
/
initial
/
b.go
blob: 5ec45ad4ba6b8adbc86c212aed9313fcaf3e8a52 [
file
] [
log
] [
blame
]
// The package doc comment
package initial
import (
"fmt"
"domain.name/importdecl"
)
type t int
const c = 1
func foo() {
fmt.Println(importdecl.F())
}