initial commits

master
Charles Iliya Krempeaux 2022-11-13 20:41:07 -08:00
parent ad3a61b064
commit 1b41d2f679
1 changed files with 9 additions and 0 deletions

9
errors.go 100644
View File

@ -0,0 +1,9 @@
package netln
import (
"github.com/reiver/go-fck"
)
const (
errRuneError = fck.Error("rune error")
)