ref: 203cdba433dba38972169e3e52f638a12b199fa0 dir: /js/js_plan9.go/
package js import ( "io" "os" ) func hangup() {} func callSparkleCtl() (rwc io.ReadWriteCloser, err error) { return os.OpenFile("/mnt/sparkle/ctl", os.O_RDWR, 0600) }