forked from github/multus-cni
Introduce gopkg.in for go module
This change introduces gopkg.in to allow everyone to use multus code as library. Currently multus-cni uses version 'v3', hence it hits go modules limitation, as #504 describes. This change fix #504 with gopkg.in.
This commit is contained in:
committed by
Tomofumi Hayashi
parent
ec5fd6c923
commit
4eac660359
3
vendor/golang.org/x/net/html/render.go
generated
vendored
3
vendor/golang.org/x/net/html/render.go
generated
vendored
@@ -134,6 +134,9 @@ func render1(w writer, n *Node) error {
|
||||
}
|
||||
}
|
||||
return w.WriteByte('>')
|
||||
case RawNode:
|
||||
_, err := w.WriteString(n.Data)
|
||||
return err
|
||||
default:
|
||||
return errors.New("html: unknown node type")
|
||||
}
|
||||
|
Reference in New Issue
Block a user