Sign in
go
/
tools
/
24acc66eabead631b4e856255a9ad925549cee80
/
.
/
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())
}