We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a545fbf commit a2ecf19Copy full SHA for a2ecf19
go.mod
@@ -0,0 +1,5 @@
1
+module github.com/ncw/stressdisk
2
+
3
+go 1.12
4
5
+require github.com/ncw/directio v1.0.4
go.sum
@@ -0,0 +1,2 @@
+github.com/ncw/directio v1.0.4 h1:CojwI07mCEmRkajgx42Pf8jyCwTs1ji9/Ij9/PJG12k=
+github.com/ncw/directio v1.0.4/go.mod h1:CKGdcN7StAaqjT7Qack3lAXeX4pjnyc46YeqZH1yWVY=
0 commit comments