unhtml icon indicating copy to clipboard operation
unhtml copied to clipboard

HTML unmarshaler for golang

Results 1 unhtml issues
Sort by recently updated
recently updated
newest added

Hey! :) Is there any way to inherit parent node/struct funcs? For example, a situation that can be expressed with such code. ```golang type ParentNode struct { ListOfSomething []struct{ Data...