@@ -2,8 +2,8 @@ package bus
import (
"github.com/gopherjs/gopherjs/js"
+ "github.com/kpmy/ypk/assert"
"github.com/mitchellh/mapstructure"
- "ypk/assert"
)
type Msg struct {
@@ -2,9 +2,9 @@ package std
"fmt"
+ "github.com/kpmy/ypk/halt"
"sim3/ncl"
"sim3/tri"
- "ypk/halt"
type any2 struct {
type any3 struct {
@@ -1,9 +1,9 @@
package std
type sw struct {
@@ -4,10 +4,10 @@ import (
"reflect"
// "sim3/api"
type power struct {
@@ -2,11 +2,11 @@ package std
"sync"
type out struct {
@@ -1,13 +1,13 @@
package tool
"gopkg.in/yaml.v2"
"hash/fnv"
"sim3/ncl/std"
type Import func(...interface{}) ncl.Element
@@ -1,11 +1,11 @@
package portable
"io/ioutil"
"net/http"
"os"
"path/filepath"
type Data interface {