Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/cgo: generates far too many //line pragmas #9565

Open
minux opened this issue Jan 11, 2015 · 1 comment
Open

cmd/cgo: generates far too many //line pragmas #9565

minux opened this issue Jan 11, 2015 · 1 comment
Milestone

Comments

@minux
Copy link
Member

minux commented Jan 11, 2015

// Created by cgo - DO NOT EDIT

//line issue9557.go:1
package main
//line issue9557.go:4

//line issue9557.go:3
import (
        "fmt"
)
//line issue9557.go:21

//line issue9557.go:20
type bar struct {
        a int
}
//line issue9557.go:25

//line issue9557.go:24
var buzz *bar
//line issue9557.go:27

//line issue9557.go:26
func init() {
        buzz = &bar{}
}
//line issue9557.go:31
@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

Hardly matters.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc removed the repo-main label Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants