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