Skip to content

Minor Documentation and bug fixes

Compare
Choose a tag to compare
@josephlr josephlr released this 01 Nov 22:56
· 361 commits to master since this release
8a35101

Doc Fixes

  • #136 Updates REDAME
  • #137 Makes simulator/internal documentation consistent for cgo vs non-cgo
  • #138 Fixes documentation typo

Bug Fixes

  • #137 Fixes bug around a make([]T, len) that should have been a make([]T, 0, len)