Skip to content

Commit 713ed32

Browse files
author
Valient Gough
committed
reorganize imports
1 parent acd639b commit 713ed32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

example/hello/hello.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/vgough/go-fuse-c/fuse"
65
"os"
76
"time"
7+
8+
"github.com/vgough/go-fuse-c/fuse"
89
)
910

1011
const helloStr = "Hello World!\n"

example/memfs/memfs.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package main
22

33
import (
4-
"github.com/vgough/go-fuse-c/fuse"
54
"os"
5+
6+
"github.com/vgough/go-fuse-c/fuse"
67
)
78

89
func main() {

0 commit comments

Comments
 (0)