Hi all,

I'm trying to get info about the package, but the code below returns an 
empty build.Package struct... Anyone know how to use this API to get a 
populated Package struct?

p, err := build.ImportDir("../paging", build.FindOnly)
if err != nil {
  t.Error(err)
}
fmt.Println(p)

Thanks,
:) Hein

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/eae52a72-8e4a-40b2-aa64-f83a5024328fn%40googlegroups.com.

Reply via email to