this is cool and all but the tables don't render properly
This commit is contained in:
9
cmd/subnetter/errs.go
Normal file
9
cmd/subnetter/errs.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
`errors`
|
||||
)
|
||||
|
||||
var (
|
||||
errBadNet error = errors.New("bad inet/addr family/version")
|
||||
)
|
||||
Reference in New Issue
Block a user