vmware-archive / go-pmem-transaction

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

Add an example linked list application #5

Closed jerrinsg closed 5 years ago

jerrinsg commented 5 years ago

Added a linked list application that adds a node to the list on each invocation and prints out the contents of the list.

vmwclabot commented 5 years ago

@jerrinsg, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.