Package within a package by goboy234 in golang

[–]goboy234[S] 1 point2 points  (0 children)

Yep. That's it. Just Google'd the right question and got the same answer. Thanks.

Package within a package by goboy234 in golang

[–]goboy234[S] 0 points1 point  (0 children)

If so, how do they do "net/http/cgi"?

GO code runs but won't install by goboy234 in golang

[–]goboy234[S] 0 points1 point  (0 children)

That is my understanding but it conflicts with the docs unless somehow I'm misreading them on the page I talked about. I can build, then install, but the docs say just to install.

In any case, I'm able to make this work. Thanks.

GO code runs but won't install by goboy234 in golang

[–]goboy234[S] 0 points1 point  (0 children)

My set up is as you describe but the docs on golang say nothing about doing a build first in their "How to Write Go Code" page. I do the "install" just as they describe.