Sign in
go
/
tools
/
361bcb2be3eb3ebc2db2be295a33b4e3531f053d
/
.
/
cmd
/
bundle
/
testdata
/
src
/
initial
/
b.go
blob: 399b6ede92952a4651c3643d3490315dac66773d [
file
] [
log
] [
blame
]
// The package doc comment
package initial
import "fmt"
type t int
const c = 1
func foo() {
fmt.Println()
}