Skip to content

Commit

Permalink
Merge 1d28a04 into b41569d
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Aug 25, 2019
2 parents b41569d + 1d28a04 commit 807588f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
19 changes: 8 additions & 11 deletions filesystem/mountpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@
package filesystem

import (
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
"sort"
"strings"
"sync"

"github.com/pkg/errors"
)

/*
Expand All @@ -35,17 +43,6 @@ const char* read_mode = "r";
*/
import "C"

import (
"fmt"
"log"
"path/filepath"
"sort"
"strings"
"sync"

"github.com/pkg/errors"
)

var (
// These maps hold data about the state of the system's mountpoints.
mountsByPath map[string]*Mount
Expand Down
10 changes: 7 additions & 3 deletions metadata/metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 807588f

Please sign in to comment.