Oops, wrong removing of wrong import. Now fixed.

This commit is contained in:
Stanislav Nikitin 2016-10-09 13:27:16 +05:00
parent c5349ab336
commit eaffb1f1ab
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import (
"fmt"
"os"
"os/exec"
"runtime"
"strconv"
"strings"

View File

@ -13,6 +13,7 @@ import (
// stdlib
"fmt"
"os"
"runtime"
"strings"
// Local