shithub: mycel

ref: 478bbdf54aed1ab65ec5cc7ec13d82b0d4d5a0c9
dir: /js/js_plan9.go/

View raw version
package js

import (
	"io"
	"os"
)

func hangup() {}

func callGojaCtl() (rwc io.ReadWriteCloser, err error) {
	return os.OpenFile("/mnt/goja/ctl", os.O_RDWR, 0600)
}