ref: 9f8de84236cf810522711cfd55744c1adba7981d 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) }