Browse Source

Simple mmap testing suite.

Gwyneth Llewelyn 6 years ago
parent
commit
a24152d11e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gosl_test.go

+ 2 - 0
gosl_test.go

@@ -1,3 +1,5 @@
+// gosl_test just does some simple mmap tests for Badger.
+// You can safely ignore it for now.
 package main
 
 import "os"