Files
pond/examples/fixed_size/go.mod
T
Alejandro Durante 3968f4003c Group context
2022-05-09 20:08:11 -03:00

10 lines
145 B
Modula-2

module github.com/alitto/pond/examples/fixed_size
go 1.18
require (
github.com/alitto/pond v1.7.1
)
replace github.com/alitto/pond => ../../