initial commits

master
Charles Iliya Krempeaux 2022-11-13 20:40:48 -08:00
parent d174da0edc
commit ad3a61b064
2 changed files with 12 additions and 0 deletions

8
go.mod 100644
View File

@ -0,0 +1,8 @@
module github.com/reiver/go-netln
go 1.18
require (
github.com/reiver/go-fck v0.0.1 // indirect
github.com/reiver/go-utf8 v2.0.1+incompatible // indirect
)

4
go.sum 100644
View File

@ -0,0 +1,4 @@
github.com/reiver/go-fck v0.0.1 h1:GhOiIp/4Au3iPUVC1YRfJJS5CdvLDNF9qt/n1lwgWnM=
github.com/reiver/go-fck v0.0.1/go.mod h1:i77J0nD9GkSF0osPcURZbv9u19F0keF/mrhkgIu9wvM=
github.com/reiver/go-utf8 v2.0.1+incompatible h1:f1rRbwTIcUaX+1wnLM1+FWelKegAxTURE9MkZCRVOPM=
github.com/reiver/go-utf8 v2.0.1+incompatible/go.mod h1:tfGntNDUeEZIAsz0mTu0lF7/IlErc+BpQgO6yxYmJig=