remove TODO comment

This commit is contained in:
Fabio Bozzo
2024-12-02 14:32:15 +01:00
parent 311b942a6d
commit da806b1bc5

View File

@@ -60,8 +60,6 @@ func List[T any](l []T) (ipld.Node, error) {
// Any creates an IPLD node from any value
// If possible, use another dedicated function for your type for performance.
func Any(v any) (res ipld.Node, err error) {
// TODO: handle uint overflow below
// some fast path
switch val := v.(type) {
case bool: