added console binary

This commit is contained in:
Bas van Kervel
2015-06-08 19:14:42 +02:00
committed by Bas van Kervel
parent 8aea85e374
commit cb7f2d43b6
6 changed files with 402 additions and 0 deletions

9
cmd/console/admin.go Normal file
View File

@ -0,0 +1,9 @@
package main
/*
node admin bindings
*/
func (js *jsre) adminBindings() {
}