Don't copy structs manually

I don't know what I was thinking before.  Go structs are values so
assigning them makes a copy.
1 file changed
tree: 39d1ab87785caed6c448e90477d6ae6d2e688a1d
  1. LICENSE
  2. list.go
  3. list_test.go
  4. map.go
  5. map_test.go
  6. profile.sh
  7. README.md
README.md

ps

Persistent data structures for Go. See the full package documentation

Install with

go get github.com/mndrix/ps