vmware-archive / go-pmem-transaction

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

Update API to initialize pmem to use only filename #1

Closed mohit10verma closed 5 years ago

mohit10verma commented 5 years ago

Update Init() API in pmem package to use only the name of the file while initializing pmem. This changed because runtime's API to initialize pmem changed to runtime.PmemInit(filename string)