1 2 3 4 5 6 7 8 9 10
// expect: total=10 code=5 comment=2 blank=3 shebang=0 // simple go fixture package main import "fmt" func main() { fmt.Println("hi") }