diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-20 15:23:37 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-20 15:23:37 +0200 |
commit | 18d7e8eb4610a224c28ec848692d199669be3e8e (patch) | |
tree | c0d477dda8474ec48d2402c6a0fb2548a31c2f79 /examples/fs_implementation/main.go | |
parent | 7e8d7125446bb6e12a056a5a6ca979727790d0df (diff) | |
download | go-git-18d7e8eb4610a224c28ec848692d199669be3e8e.tar.gz |
fix build
Diffstat (limited to 'examples/fs_implementation/main.go')
-rw-r--r-- | examples/fs_implementation/main.go | 6 |
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" |