github.com/golazy/golazy@v0.0.7-0.20221012133820-968fe65a0b65/lazyview/nodes/nodes.go (about) 1 // Package nodes provides data structures to represents Html ElementNodes, 2 // TextNodes and Attributes. 3 // 4 // You are free to use this package, but is probably more comfortable to use the 5 // html package, that already have html elements and common attributes. 6 package nodes