aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fs_implementation/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fs_implementation/main.go')
-rw-r--r--examples/fs_implementation/main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/fs_implementation/main.go b/examples/fs_implementation/main.go
index 69ee0a0..e5d2851 100644
--- a/examples/fs_implementation/main.go
+++ b/examples/fs_implementation/main.go
@@ -1,5 +1,11 @@
package main
+import "fmt"
+
+func main() {
+ fmt.Println("example to be fixed")
+}
+
/*
import (
"fmt"