Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
myxo committed Mar 7, 2024
0 parents commit 7032006
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/myxo/gofs

go 1.22.0
7 changes: 7 additions & 0 deletions gofs.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package gofs

type FS interface {

}


7 changes: 7 additions & 0 deletions memory.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package gofs

type data struct {

}


7 changes: 7 additions & 0 deletions memory_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package gofs

import "testing"

func TestTmp (t *testing.T) {

}

0 comments on commit 7032006

Please sign in to comment.