feat: implement lseq for golang
This commit is contained in:
parent
3eef15ba0b
commit
8104c24016
7 changed files with 575 additions and 0 deletions
7
conformance-tests/runners/golang/go.mod
Normal file
7
conformance-tests/runners/golang/go.mod
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module conformance-tests/runners/golang
|
||||
|
||||
go 1.21
|
||||
|
||||
require peoplesgrocers.com/code/oss/lseq/golang v0.0.0
|
||||
|
||||
replace peoplesgrocers.com/code/oss/lseq/golang => ../../../golang
|
||||
Loading…
Add table
Add a link
Reference in a new issue