Hello,
I am writing a modification to the os package in which I would like to take 
advantage of code from the os/signal package. Ive written the patch 
(modified os/exec_posix.go) and as I expected none of the symbols from 
os/signal are defined in the os package. My question is how I can import 
them?

I have tried the following: 
- import "os/signal": caused the build to hang, presumably due to circular 
imports
- import "./signal": the import path included the vendor folder
- no import: none of the symbols were defined (Notify, Reset, and SIGTTOU)

Sorry if I have overlooked something obvious here, but I do not see a 
solution to importing code from a subpackage into the parent package.

Thanks,
Aidan

-- 
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/342bc175-4d5b-4888-8e68-b2ffbbe39f9en%40googlegroups.com.

Reply via email to