packages feed

headroom-0.4.1.0: test-data/code-samples/go/sample1.go

// This is the
// header

package main

// this is not the header
import "fmt"
func main() {
    /* another comment */
    fmt.Println("hello world")

    /*
     * block comment
     */
}