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