diff --git a/badvalue.go b/badvalue.go index 91875bd..123b961 100644 --- a/badvalue.go +++ b/badvalue.go @@ -1,4 +1,4 @@ -package iid +package xim const ( badvalue = 0b0000000000000000000000000000000000000000000000000000000000000000 diff --git a/compile.go b/compile.go index edeaa0e..bf7b308 100644 --- a/compile.go +++ b/compile.go @@ -1,4 +1,4 @@ -package iid +package xim const ( maxbitwidth = 64 diff --git a/compile_test.go b/compile_test.go index c945a55..0411fd1 100644 --- a/compile_test.go +++ b/compile_test.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "testing" diff --git a/decompile_test.go b/decompile_test.go index 69539aa..f5e0f50 100644 --- a/decompile_test.go +++ b/decompile_test.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "testing" diff --git a/errors.go b/errors.go index 3b3ea65..bdeb560 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "errors" diff --git a/generate.go b/generate.go index 454fd91..1a8b94c 100644 --- a/generate.go +++ b/generate.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "math/rand" diff --git a/go.mod b/go.mod index bdbdaaf..cc79ec5 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/reiver/go-iid +module github.com/reiver/go-xim go 1.17 diff --git a/iid.go b/iid.go index e683e85..7c2f52d 100644 --- a/iid.go +++ b/iid.go @@ -1,4 +1,4 @@ -package iid +package xim // IID represents an interaction‐identifier — i.e., an interaction‐ID — i.e., an IID. // diff --git a/iid_marshaltext_test.go b/iid_marshaltext_test.go index a56a001..5b93c8b 100644 --- a/iid_marshaltext_test.go +++ b/iid_marshaltext_test.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "testing" diff --git a/serialize.go b/serialize.go index 812f7dd..cd052df 100644 --- a/serialize.go +++ b/serialize.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "bytes" diff --git a/serialize_test.go b/serialize_test.go index bcfe471..8e02310 100644 --- a/serialize_test.go +++ b/serialize_test.go @@ -1,4 +1,4 @@ -package iid +package xim import ( "testing" diff --git a/test_test.go b/test_test.go index 5c37c05..4685f1b 100644 --- a/test_test.go +++ b/test_test.go @@ -1,4 +1,4 @@ -package iid +package xim var ( stdtests = []struct{