vmware-archive / go-pmem-transaction

Golang library for using persistent memory
Other
29 stars 5 forks source link

Code cleanup #26

Closed jerrinsg closed 5 years ago

jerrinsg commented 5 years ago

Code cleanup

jerrinsg commented 5 years ago

Hi Pratap, Thanks for the review. I have renamed maxint as maxInt. NumEntries is also being used by the test package (txtest). Hence the name starts with a capital letter to indicate it is an exported constant.

pratapsu commented 5 years ago

Agreed. I have no further comments.

jerrinsg commented 5 years ago

Rebased codeCleanup on top of master.