kpmy 10 роки тому
батько
коміт
b1787fac06
8 змінених файлів з 10 додано та 10 видалено
  1. 1 1
      bus/msg.go
  2. 1 1
      ncl/std/b2.go
  3. 1 1
      ncl/std/b3.go
  4. 1 1
      ncl/std/bn.go
  5. 2 2
      ncl/std/elems.go
  6. 2 2
      ncl/std/pins.go
  7. 1 1
      ncl/tool/x.go
  8. 1 1
      portable/data.go

+ 1 - 1
bus/msg.go

@@ -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 {

+ 1 - 1
ncl/std/b2.go

@@ -2,9 +2,9 @@ package std
 
 import (
 	"fmt"
+	"github.com/kpmy/ypk/halt"
 	"sim3/ncl"
 	"sim3/tri"
-	"ypk/halt"
 )
 
 type any2 struct {

+ 1 - 1
ncl/std/b3.go

@@ -2,9 +2,9 @@ package std
 
 import (
 	"fmt"
+	"github.com/kpmy/ypk/halt"
 	"sim3/ncl"
 	"sim3/tri"
-	"ypk/halt"
 )
 
 type any3 struct {

+ 1 - 1
ncl/std/bn.go

@@ -1,9 +1,9 @@
 package std
 
 import (
+	"github.com/kpmy/ypk/halt"
 	"sim3/ncl"
 	"sim3/tri"
-	"ypk/halt"
 )
 
 type sw struct {

+ 2 - 2
ncl/std/elems.go

@@ -4,10 +4,10 @@ import (
 	"fmt"
 	"reflect"
 	//	"sim3/api"
+	"github.com/kpmy/ypk/assert"
+	"github.com/kpmy/ypk/halt"
 	"sim3/ncl"
 	"sim3/tri"
-	"ypk/assert"
-	"ypk/halt"
 )
 
 type power struct {

+ 2 - 2
ncl/std/pins.go

@@ -2,11 +2,11 @@ package std
 
 import (
 	"fmt"
+	"github.com/kpmy/ypk/assert"
+	"github.com/kpmy/ypk/halt"
 	"sim3/ncl"
 	"sim3/tri"
 	"sync"
-	"ypk/assert"
-	"ypk/halt"
 )
 
 type out struct {

+ 1 - 1
ncl/tool/x.go

@@ -1,13 +1,13 @@
 package tool
 
 import (
+	"github.com/kpmy/ypk/assert"
 	"gopkg.in/yaml.v2"
 	"hash/fnv"
 	"reflect"
 	"sim3/ncl"
 	"sim3/ncl/std"
 	"sim3/tri"
-	"ypk/assert"
 )
 
 type Import func(...interface{}) ncl.Element

+ 1 - 1
portable/data.go

@@ -1,11 +1,11 @@
 package portable
 
 import (
+	"github.com/kpmy/ypk/assert"
 	"io/ioutil"
 	"net/http"
 	"os"
 	"path/filepath"
-	"ypk/assert"
 )
 
 type Data interface {