Skip to content

Instantly share code, notes, and snippets.

@jirfag
Created July 1, 2018 12:58
Show Gist options
  • Save jirfag/f87c780b4b246ca0e1bb035387faf672 to your computer and use it in GitHub Desktop.
Save jirfag/f87c780b4b246ca0e1bb035387faf672 to your computer and use it in GitHub Desktop.
Issue in Go source found by prealloc in cmd/go/internal/work/gc.go
func (gcToolchain) pack(b *Builder, a *Action, afile string, ofiles []string) error {
var absOfiles []string
for _, f := range ofiles {
absOfiles = append(absOfiles, mkAbs(a.Objdir, f))
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment