initial commits

master
Charles Iliya Krempeaux 2021-11-07 21:10:49 -08:00
parent 412a131137
commit 9fd2afadb7
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
package iid
package xim
const (
badvalue = 0b0000000000000000000000000000000000000000000000000000000000000000

View File

@ -1,4 +1,4 @@
package iid
package xim
const (
maxbitwidth = 64

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"testing"

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"testing"

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"errors"

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"math/rand"

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/reiver/go-iid
module github.com/reiver/go-xim
go 1.17

2
iid.go
View File

@ -1,4 +1,4 @@
package iid
package xim
// IID represents an interactionidentifier — i.e., an interactionID — i.e., an IID.
//

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"testing"

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"bytes"

View File

@ -1,4 +1,4 @@
package iid
package xim
import (
"testing"

View File

@ -1,4 +1,4 @@
package iid
package xim
var (
stdtests = []struct{