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