You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unsure of the proper name for it, but let's say (go-convert g) would, given (type g) => GoObject[...], return a canonical Clojure representation, such as an Int, Number, vector, map, etc.
The text was updated successfully, but these errors were encountered:
Unsure of the proper name for it, but let's say
(go-convert g)
would, given(type g)
=>GoObject[...]
, return a canonical Clojure representation, such as anInt
,Number
, vector, map, etc.The text was updated successfully, but these errors were encountered: