encoding-html icon indicating copy to clipboard operation
encoding-html copied to clipboard

A golang library for decoding html into structs

Results 1 encoding-html issues
Sort by recently updated
recently updated
newest added

See this test: https://github.com/zlepper/encoding-html/blob/master/decoder_test.go#L125-L153 It's probably not that common a usecase, but I have seen it happen, so it should be supported somehow. Internally the tests fails here: https://github.com/zlepper/encoding-html/blob/master/decoder.go#L151 Because...