Merge pull request #733 from eshimizu/eshimizu-patch-1

Update disk_linux.go remove unused runtime package
This commit is contained in:
Lomanic 2019-07-31 15:47:26 +02:00 committed by GitHub
commit d80c43f9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import (
"io/ioutil"
"os"
"path/filepath"
"runtime"
"strconv"
"strings"