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 ( const (
badvalue = 0b0000000000000000000000000000000000000000000000000000000000000000 badvalue = 0b0000000000000000000000000000000000000000000000000000000000000000

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package iid package xim
import ( import (
"math/rand" "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 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. // IID represents an interactionidentifier — i.e., an interactionID — i.e., an IID.
// //

View File

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

View File

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

View File

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

View File

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