this is cool and all but the tables don't render properly

This commit is contained in:
2025-02-01 23:15:54 -05:00
parent b09cb83017
commit 3a7ed5973b
28 changed files with 1917 additions and 88 deletions

9
cmd/subnetter/errs.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
`errors`
)
var (
errBadNet error = errors.New("bad inet/addr family/version")
)