manifoldco / go-manifold

Go client API for Manifold (unstable)
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Made some changes to the ID before we really start using it #89

Closed tim-speed closed 5 years ago

tim-speed commented 5 years ago

I didn't like the double \ on JSON serialization, so this cleans it up a bit with a single / slash James had a similar request, this makes it more like a url in a path, which could be cool. Also made IsEmpty() part of the interface, because looking forward I'm realizing I'm going to need it.