update lib docs
This commit is contained in:
parent
f8888603a9
commit
70f7795400
4
lib.go
4
lib.go
@ -24,7 +24,9 @@ type Attributes struct {
|
|||||||
//
|
//
|
||||||
// The tag subpackage contains a set of the common tags used in HTML. It is recommended to use the tag
|
// The tag subpackage contains a set of the common tags used in HTML. It is recommended to use the tag
|
||||||
// subpackage in code files dedicated to HTML composition and import the tag subpackage in these code files
|
// subpackage in code files dedicated to HTML composition and import the tag subpackage in these code files
|
||||||
// inline, with the '.' notation. Custom tags can be defined with the Define function.
|
// inline, with the '.' notation.
|
||||||
|
//
|
||||||
|
// Custom tags can be defined with the Define function.
|
||||||
//
|
//
|
||||||
// When applying a tag value as a function, a new tag is created, and the original tag remains unchanged.
|
// When applying a tag value as a function, a new tag is created, and the original tag remains unchanged.
|
||||||
// Therefore tags are immutable. When applying it without arguments, the resulting tag will be equivalent to the
|
// Therefore tags are immutable. When applying it without arguments, the resulting tag will be equivalent to the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user