1
0
Fork 0
mirror of https://github.com/ii64/gouring.git synced 2025-04-01 03:41:44 +02:00

chore: setup go work

This commit is contained in:
Xeffy Chen 2023-04-16 02:49:09 +07:00
parent 78032efb6a
commit f5548b679a
Signed by: Xeffy
GPG key ID: E41C08AD390E7C49
3 changed files with 19 additions and 0 deletions

10
examples/go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/ii64/gouring/examples
go 1.20
replace github.com/ii64/gouring => ../
require (
github.com/ii64/gouring v0.0.0-00010101000000-000000000000
golang.org/x/sys v0.7.0
)

6
examples/go.sum Normal file
View file

@ -0,0 +1,6 @@
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=

3
go.work Normal file
View file

@ -0,0 +1,3 @@
go 1.20
use ./examples